NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PaddingMode Enumeration

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.

Members

Member Name Description
None No padding is done.
PKCS7 Pad according to PCKS#7 specification.
Zeros pad with zero bytes

Requirements

Namespace: System.Security.Cryptography

Assembly: mscorlib.dll

See Also

System.Security.Cryptography Namespace