RSAEncryptionPadding.OaepSHA512 属性

定义

获取一个表示使用 SHA512 哈希算法的最优非对称加密填充 (OAEP) 加密标准的对象。Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA512 hash algorithm.

public:
 static property System::Security::Cryptography::RSAEncryptionPadding ^ OaepSHA512 { System::Security::Cryptography::RSAEncryptionPadding ^ get(); };
public static System.Security.Cryptography.RSAEncryptionPadding OaepSHA512 { get; }
member this.OaepSHA512 : System.Security.Cryptography.RSAEncryptionPadding
Public Shared ReadOnly Property OaepSHA512 As RSAEncryptionPadding

属性值

RSAEncryptionPadding

一个表示使用 SHA512 哈希算法的 OAEP 加密标准的对象。An object that represents the OAEP encryption standard with a SHA512 hash algorithm.

适用于