Click or drag to resize

KeyVaultSecretProviderKeyVaultTenantId Property

Gets the Azure tenant ID to use connecting to the Azure Key Vault identified by KeyVaultUrl

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public string KeyVaultTenantId { get; set; }

Property Value

String
The key vault tenant identifier.
See Also