System::Security::Cryptography::RSAEncryptionPaddingMode 枚举
RSAEncryptionPaddingMode enum
用于 RSA 加密或解密操作的填充模式。
enum class RSAEncryptionPaddingMode
值
| 名称 | 值 | 描述 |
|---|---|---|
| Pkcs1 | 0 | PKCS #1 v1.5。 |
| Oaep | 1 | 最佳非对称加密填充。 |
另见
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++