PbeParameters.HashAlgorithm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要搭配金鑰衍生函數 (Key Derivation Function,KDF) 使用以將密碼轉換為加密金鑰的雜湊演算法名稱。
public:
property System::Security::Cryptography::HashAlgorithmName HashAlgorithm { System::Security::Cryptography::HashAlgorithmName get(); };
public System.Security.Cryptography.HashAlgorithmName HashAlgorithm { get; }
member this.HashAlgorithm : System.Security.Cryptography.HashAlgorithmName
Public ReadOnly Property HashAlgorithm As HashAlgorithmName
屬性值
要搭配金鑰衍生函式使用的哈希演算法名稱 (KDF) ,以將密碼轉換成加密密鑰。