Share via


AzureSecurityKeyVaultSettings Class

Definition

Provides the client configuration settings for connecting to Azure Key Vault.

public sealed class AzureSecurityKeyVaultSettings
type AzureSecurityKeyVaultSettings = class
Public NotInheritable Class AzureSecurityKeyVaultSettings
Inheritance
AzureSecurityKeyVaultSettings

Constructors

AzureSecurityKeyVaultSettings()

Properties

Credential

Gets or sets the credential used to authenticate to the Azure Key Vault.

DisableHealthChecks

Gets or sets a boolean value that indicates whether the Key Vault health check is disabled or not.

DisableTracing

Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.

VaultUri

A Uri to the vault on which the client operates. Appears as "DNS Name" in the Azure portal. If you have a secret Uri, use KeyVaultSecretIdentifier to parse the VaultUri and other information. You should validate that this URI references a valid Key Vault resource. See https://aka.ms/azsdk/blog/vault-uri for details.

Applies to