Share via


SecurityAlgorithmSuite.IsEncryptionKeyDerivationAlgorithmSupported メソッド

定義

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

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

パラメーター

algorithm
String

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

戻り値

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

適用対象