RSAEncryptionPadding::Mode Property

 

Gets the padding mode represented by this RSAEncryptionPadding instance.

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

public:
property RSAEncryptionPaddingMode Mode {
	RSAEncryptionPaddingMode get();
}

Property Value

Type: System.Security.Cryptography::RSAEncryptionPaddingMode

A padding mode.

.NET Framework
Available since 4.6
Return to top
Show: