KerberosSupplementalTicket.ClientName 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.
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