RSAEncryptionPadding.Mode Property

Definition

Gets the padding mode represented by this RSAEncryptionPadding instance.

public:
 property System::Security::Cryptography::RSAEncryptionPaddingMode Mode { System::Security::Cryptography::RSAEncryptionPaddingMode get(); };
public System.Security.Cryptography.RSAEncryptionPaddingMode Mode { get; }
member this.Mode : System.Security.Cryptography.RSAEncryptionPaddingMode
Public ReadOnly Property Mode As RSAEncryptionPaddingMode

Property Value

A padding mode.

Applies to