다음을 통해 공유


SymmetricKeyWrapProvider.IsSupportedAlgorithm(SecurityKey, String) Method

Definition

Determines whether the specified algorithm 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 to use for cryptographic operations.

algorithm
String

The algorithm to check for support.

Returns

true if the algorithm is supported; otherwise, false.

Applies to