JsonWebKeySet.GetSigningKeys Method
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.
Returns the JsonWebKeys as a IList<T>.
public System.Collections.Generic.IList<Microsoft.IdentityModel.Tokens.SecurityKey> GetSigningKeys ();
member this.GetSigningKeys : unit -> System.Collections.Generic.IList<Microsoft.IdentityModel.Tokens.SecurityKey>
Public Function GetSigningKeys () As IList(Of SecurityKey)
Returns
Remarks
To include unresolved JsonWebKeys in the resulting SecurityKey collection, set SkipUnresolvedJsonWebKeys to false
.