System::Security::Cryptography::PaddingMode enum
PaddingMode enum
Defines how to treat messages that is shorter than block required by crypto operation.s.
enum class PaddingMode
Values
Name | Value | Description |
---|---|---|
None | 1 | No padding. |
PKCS7 | 2 | Use PKCS #7 padding string. |
Zeros | 3 | Use zero bytes. |
ANSIX923 | 4 | Use ANSIX923 padding string. |
ISO10126 | 5 | Use ISO10126 padding string. |
See Also
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++