次の方法で共有


AsymmetricSecurityKey.GetHashAlgorithmForSignature(String) メソッド

定義

派生クラスでオーバーライドされた場合は、デジタル署名のハッシュを生成する暗号アルゴリズムを取得します。

public:
 abstract System::Security::Cryptography::HashAlgorithm ^ GetHashAlgorithmForSignature(System::String ^ algorithm);
public abstract System.Security.Cryptography.HashAlgorithm GetHashAlgorithmForSignature (string algorithm);
abstract member GetHashAlgorithmForSignature : string -> System.Security.Cryptography.HashAlgorithm
Public MustOverride Function GetHashAlgorithmForSignature (algorithm As String) As HashAlgorithm

パラメーター

algorithm
String

ハッシュアルゴリズム。

戻り値

デジタル署名のハッシュを生成する HashAlgorithm

注釈

SecurityAlgorithms クラスの静的フィールドを使用して、アルゴリズムを指定します。

適用対象