Share via


AzureSecurityKeyVaultSettings.VaultUri Property

Definition

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.

public Uri? VaultUri { get; set; }
member this.VaultUri : Uri with get, set
Public Property VaultUri As Uri

Property Value

Uri

Applies to