Share via


BaseConfiguration.SigningKeys Property

Definition

Gets the ICollection<T> that the IdentityProvider indicates are to be used in order to sign tokens.

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

Property Value

Applies to