ValidationParameters.SigningKeys 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.
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)