RSAEncryptionPadding.OaepHashAlgorithm 属性

定义

获取与 Oaep 填充模式结合使用的哈希算法。

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

属性值

哈希算法。

注解

如果 属性的值 Mode 不是 Oaep,则 Namenull

适用于