KerberosSupplementalTicket.ClientName Property

Definition

Get or Sets the client name. Depending on the ticket, this can be either a UserPrincipalName or SamAccountName.

[System.Text.Json.Serialization.JsonPropertyName("cn")]
public string ClientName { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("cn")>]
member this.ClientName : string with get, set
Public Property ClientName As String

Property Value

Attributes

Applies to