SecurityAlgorithmSuite.IsAsymmetricKeyWrapAlgorithmSupported(String) Method

Definition

Indicates whether an asymmetric key wrap algorithm is supported.

public:
 virtual bool IsAsymmetricKeyWrapAlgorithmSupported(System::String ^ algorithm);
public virtual bool IsAsymmetricKeyWrapAlgorithmSupported (string algorithm);
abstract member IsAsymmetricKeyWrapAlgorithmSupported : string -> bool
override this.IsAsymmetricKeyWrapAlgorithmSupported : string -> bool
Public Overridable Function IsAsymmetricKeyWrapAlgorithmSupported (algorithm As String) As Boolean

Parameters

algorithm
String

The algorithm to check.

Returns

true if the asymmetric key wrap algorithm is supported; otherwise, false.

Remarks

algorithm gets compared to the string returned from DefaultAsymmetricKeyWrapAlgorithm.

Applies to