你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CodeTransparencyCertificateClient Class

Definition

The client to fetch the service certificate for the use in TLS connection. Very similar to the one used in Azure.Security.ConfidentialLedger. Certificate responses get cached for a configured time.

public class CodeTransparencyCertificateClient
type CodeTransparencyCertificateClient = class
Public Class CodeTransparencyCertificateClient
Inheritance
CodeTransparencyCertificateClient

Constructors

Name Description
CodeTransparencyCertificateClient()

Constructor to facilitate mocking.

CodeTransparencyCertificateClient(Uri, CodeTransparencyClientOptions)

Initializes a new instance of CertificateClient.

CodeTransparencyCertificateClient(Uri)

Initializes a new instance of CertificateClient.

Methods

Name Description
GetServiceIdentity(String, CancellationToken)

Gets identity information (TLS cert) for a service instance. Raw response could be null if the value is from cache.

GetServiceIdentity(String, RequestContext)

Gets identity information (TLS cert) for a service instance.

GetServiceIdentityAsync(String, CancellationToken)

Gets identity information (TLS cert) for a service instance. Raw response could be null if the value is from cache.

GetServiceIdentityAsync(String, RequestContext)

Gets identity information (TLS cert) for a service instance.

Applies to