共用方式為


SymmetricSecurityKey.GetKeyedHashAlgorithm(String) 方法

定義

在衍生類別中覆寫時,取得指定之索引雜湊演算法的執行個體。

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

參數

algorithm
String

要取得其執行個體的索引雜湊演算法。

傳回

KeyedHashAlgorithm,表示索引雜湊演算法。

備註

使用表示在 SecurityAlgorithms 類別中之索引雜湊演算法的欄位,即可指定此演算法。

適用於