RSAEncryptionPadding.OaepHashAlgorithm Property

Definition

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

C#
public System.Security.Cryptography.HashAlgorithmName OaepHashAlgorithm { get; }

Property Value

The hash algorithm.

Remarks

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

Applies to