AsymmetricSecurityKey.GetHashAlgorithmForSignature(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,取得會產生數位簽章之雜湊的密碼編譯演算法。
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 類別的靜態欄位,即可指定演算法。