Click or drag to resize

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.

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

Field Value

String
Remarks
If the setting is missing it will be ignored.
See Also