RSAEncryptionPadding::OaepSHA512 Property

 

Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA512 hash algorithm.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public:
property RSAEncryptionPadding^ OaepSHA512 {
	static RSAEncryptionPadding^ get();
}

Property Value

Type: System.Security.Cryptography::RSAEncryptionPadding^

An object that represents the OAEP encryption standard with a SHA512 hash algorithm.

.NET Framework
Available since 4.6
Return to top
Show: