JwtTokenUtilities.GetAllDecryptionKeys(TokenValidationParameters) 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.
Gets all decryption keys.
public static System.Collections.Generic.IEnumerable<Microsoft.IdentityModel.Tokens.SecurityKey> GetAllDecryptionKeys (Microsoft.IdentityModel.Tokens.TokenValidationParameters validationParameters);
static member GetAllDecryptionKeys : Microsoft.IdentityModel.Tokens.TokenValidationParameters -> seq<Microsoft.IdentityModel.Tokens.SecurityKey>
Public Shared Function GetAllDecryptionKeys (validationParameters As TokenValidationParameters) As IEnumerable(Of SecurityKey)
Parameters
- validationParameters
- TokenValidationParameters