RsaSecurityKey.GetHashAlgorithmForSignature(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來產生數位簽章之雜湊的密碼編譯演算法。
public:
override System::Security::Cryptography::HashAlgorithm ^ GetHashAlgorithmForSignature(System::String ^ algorithm);
public override System.Security.Cryptography.HashAlgorithm GetHashAlgorithmForSignature (string algorithm);
override this.GetHashAlgorithmForSignature : string -> System.Security.Cryptography.HashAlgorithm
Public Overrides Function GetHashAlgorithmForSignature (algorithm As String) As HashAlgorithm
參數
- algorithm
- String
雜湊演算法。 支援的演算法為 RsaSha1Signature。
傳回
HashAlgorithm,它會產生數位簽章的雜湊。
例外狀況
不支援 algorithm
。 支援的演算法為 RsaSha1Signature。