Rfc2898DeriveBytes.HashAlgorithm Property

Definition

Gets the hash algorithm used for byte derivation.

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

Property Value

The hash algorithm used for byte derivation.

Applies to