次の方法で共有


SecurityAlgorithmSuite.IsDigestAlgorithmSupported(String) メソッド

定義

ダイジェスト アルゴリズムがサポートされているかどうかを示します。

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

パラメーター

algorithm
String

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

戻り値

ダイジェスト アルゴリズムがサポートされている場合は true、それ以外の場合は false

注釈

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

適用対象