Determines type of padding to apply when the message data block is shorter than the full number of bytes for a cryptographic operation.
[Visual Basic] Public Enum PaddingMode [C#] public enum PaddingMode [C++] public enum PaddingMode
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
None | No padding is done. |
PKCS7 | Pad according to PCKS#7 specification. |
Zeros | pad with zero bytes |
Namespace: System.Security.Cryptography
Assembly: mscorlib.dll