PbeParameters.HashAlgorithm Propriedade

Definição

Obtém o nome do algoritmo de hash a ser usado com a função de derivação de chaves para transformar uma senha em uma chave de criptografia.Gets the name of the hash algorithm to use with the Key Derivation Function (KDF) to turn a password into an encryption key.

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

Valor da propriedade

HashAlgorithmName

O nome do algoritmo de hash a ser usado com a função de derivação de chave (KDF) para transformar uma senha em uma chave de criptografia.The name of the hash algorithm to use with the Key Derivation Function (KDF) to turn a password into an encryption key.

Aplica-se a