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