RSAEncryptionPaddingMode Enum

Definition

Specifies the padding mode to use with RSA encryption or decryption operations.

C#
public enum RSAEncryptionPaddingMode
Inheritance
RSAEncryptionPaddingMode

Fields

Name Value Description
Pkcs1 0

PKCS #1 v1.5. It is supported for compatibility with existing applications.

Oaep 1

Optimal Asymmetric Encryption Padding. It is recommended for new applications.

Remarks

The Oaep mode corresponds to the RSAES-OEAP encryption scheme described in the PKCS #1: RSA Encryption Standard, and the Pkcs1 mode corresponds to the RSAES-PKCS1-v1_5 encryption scheme described in the PKCS #1: RSA Encryption Standard.

Applies to

Produkt Verzie
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.3, 1.4, 1.6, 2.0, 2.1