RSAEncryptionPadding.OaepHashAlgorithm Property

Definition

Gets the hash algorithm used in conjunction with the Oaep padding mode.

public:
 property System::Security::Cryptography::HashAlgorithmName OaepHashAlgorithm { System::Security::Cryptography::HashAlgorithmName get(); };
public System.Security.Cryptography.HashAlgorithmName OaepHashAlgorithm { get; }
member this.OaepHashAlgorithm : System.Security.Cryptography.HashAlgorithmName
Public ReadOnly Property OaepHashAlgorithm As HashAlgorithmName

Property Value

The hash algorithm.

Remarks

If the value of the Mode property is not Oaep, then Name will be null.

Applies to