Share via


IAuthenticationOperation.KeyId Property

Definition

Key ID of the public / private key pair used by the encryption algorithm, if any. Tokens obtained by authentication schemes that use this are bound to the KeyId, i.e. if a different kid is presented, the access token cannot be used.

public string KeyId { get; }
member this.KeyId : string
Public ReadOnly Property KeyId As String

Property Value

Applies to