Click or drag to resize

Padding Enumeration

Block Cipher Padding

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public enum Padding
Members
Member nameDescription
Default Use default padding
NoPad No padding is added
Pkcs5 The padding scheme described in PKCS#5/#7
OneAndZeroes Pad with 0x80 followed by as many zero bytes necessary to fill the block
AnsiX923 The padding scheme described in ANSI X9.23
W3CPadding The padding scheme described in W3C https://www.w3.org/TR/xmlenc-core1/#sec-Padding
See Also