AzureSecurityKeyVaultSettings.VaultUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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