KerberosSupplementalTicket.ClientKey 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 key used to encrypt the client portion of the ticket. This is optional. This will be null if KeyType is null. This MUST be protected in the protocol response.
[System.Text.Json.Serialization.JsonPropertyName("clientKey")]
public string ClientKey { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("clientKey")>]
member this.ClientKey : string with get, set
Public Property ClientKey As String
Property Value
- Attributes