AuthenticatedEncryptionProvider.IsSupportedAlgorithm 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.
Checks if the key/algorithm pair is supported.
protected virtual bool IsSupportedAlgorithm (Microsoft.IdentityModel.Tokens.SecurityKey key, string algorithm);
abstract member IsSupportedAlgorithm : Microsoft.IdentityModel.Tokens.SecurityKey * string -> bool
override this.IsSupportedAlgorithm : Microsoft.IdentityModel.Tokens.SecurityKey * string -> bool
Protected Overridable Function IsSupportedAlgorithm (key As SecurityKey, algorithm As String) As Boolean
Parameters
- key
- SecurityKey
The SecurityKey.
- algorithm
- String
The algorithm to check.
Returns
true
if the key/algorithm pair is supported.