SecurityAlgorithmSuite.IsSignatureKeyDerivationAlgorithmSupported メソッド

定義

署名キー派生アルゴリズムがサポートされているかどうかを示します。

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

パラメーター

algorithm
String

確認するアルゴリズム名。

返品

true 署名キー派生アルゴリズムがサポートされている場合。それ以外の場合は false

適用対象