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 类的静态字段指定算法。

适用于