次の方法で共有


SecurityAlgorithmSuite.IsAsymmetricKeyWrapAlgorithmSupported(String) メソッド

定義

非対称キー ラップ アルゴリズムがサポートされているかどうかを示します。

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

パラメーター

algorithm
String

確認対象のアルゴリズム。

戻り値

Boolean

非対称キー ラップ アルゴリズムがサポートされている場合は true、それ以外の場合は false

注釈

algorithm が、DefaultAsymmetricKeyWrapAlgorithm によって返される文字列と比較されます。

適用対象