RawCertificateData.AuthType Property

Definition

Gets or sets specifies the authentication type. Possible values include: 'Invalid', 'ACS', 'AAD', 'AccessControlService', 'AzureActiveDirectory'

[Newtonsoft.Json.JsonProperty(PropertyName="authType")]
public string AuthType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authType")>]
member this.AuthType : string with get, set
Public Property AuthType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to