KerberosSupplementalTicket.KeyType 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 type.This is optional.This will be null if ClientKey is null.
[System.Text.Json.Serialization.JsonPropertyName("keyType")]
public Microsoft.Identity.Client.Kerberos.KerberosKeyTypes KeyType { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("keyType")>]
member this.KeyType : Microsoft.Identity.Client.Kerberos.KerberosKeyTypes with get, set
Public Property KeyType As KerberosKeyTypes
Property Value
- Attributes