Bagikan melalui


AuthenticatedEncryptionProvider.IsSupportedAlgorithm Method

Definition

Checks if an '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

algorithm
String

the algorithm to check.

Returns

true if 'key, algorithm' pair is supported.

Applies to