संपादित करें

इसके माध्यम से साझा किया गया


RSAEncryptionPaddingMode Enum

Definition

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

public enum class RSAEncryptionPaddingMode
public enum RSAEncryptionPaddingMode
type RSAEncryptionPaddingMode = 
Public Enum RSAEncryptionPaddingMode
Inheritance
RSAEncryptionPaddingMode

Fields

Oaep 1

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

Pkcs1 0

PKCS #1 v1.5. It is supported for compatibility with existing 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