Aracılığıyla paylaş


KerberosSupplementalTicket.ClientKey Property

Definition

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

Applies to