System::Security::Cryptography::RSAEncryptionPaddingMode enum
RSAEncryptionPaddingMode enum
Padding mode used with RSA encryption or decryption operations.
enum class RSAEncryptionPaddingMode
Values
| Name | Value | Description | 
|---|---|---|
| Pkcs1 | 0 | PKCS #1 v1.5. | 
| Oaep | 1 | Optimal Asymmetric Encryption Padding. | 
See Also
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++