다음을 통해 공유


KeyVaultCredentialSettings.ServicePrincipalName Property

Definition

Gets the name of the principal.

[Newtonsoft.Json.JsonIgnore]
public string ServicePrincipalName { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.ServicePrincipalName : string with get, set
Public Property ServicePrincipalName As String

Property Value

The name of the service principal to access the Azure Key Vault.

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to