PbeParameters.HashAlgorithm Vlastnost

Definice

Získá název hash algoritmu, který se má použít s funkcí KDF (Key Derivation Function) k převodu hesla na šifrovací klíč.

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

Hodnota vlastnosti

HashAlgorithmName

Název algoritmu hash, který se má použít s funkcí KDF (Key Derivation Function) k převodu hesla na šifrovací klíč.

Platí pro