ValidationParameters.SigningKeys Property

Definition

Gets the IList<T> used for signature validation.

public System.Collections.Generic.IList<Microsoft.IdentityModel.Tokens.SecurityKey> SigningKeys { get; }
member this.SigningKeys : System.Collections.Generic.IList<Microsoft.IdentityModel.Tokens.SecurityKey>
Public ReadOnly Property SigningKeys As IList(Of SecurityKey)

Property Value

Applies to