Share via


KerberosSupplementalTicket.KeyType Property

Definition

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

Applies to