KeyVaultSecretProviderTraceKeyVaultSettingName Field

The name of the appSettings.config setting that, if true, will turn on tracing in the DefaultAzureCredentialOptions used to connect to Azure Key Vault.

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
C#
public const string TraceKeyVaultSettingName = "keyVaultSecretProviderTrace"

Field Value

String

Remarks

If the setting is missing it will be ignored.

See Also