Freigeben über


CodeTransparencyClientOptions Class

Definition

These options are used in both the certificate client and the regular client.

public class CodeTransparencyClientOptions : Azure.Core.ClientOptions
type CodeTransparencyClientOptions = class
    inherit ClientOptions
Public Class CodeTransparencyClientOptions
Inherits ClientOptions
Inheritance
CodeTransparencyClientOptions

Constructors

CodeTransparencyClientOptions(CodeTransparencyClientOptions+ServiceVersion)

Initializes new instance of CodeTransparencyClientOptions.

Properties

CacheTTLSeconds

The default time to keep the successful certificate responses that have TLS CA.

IdentityClientEndpoint

The default identity service endpoint.

Methods

CreateCertificateClient()

Used in the regular client constructor. Creates the CodeTransparencyCertificateClient used to get the identity service certificate.

Applies to