MACTripleDES::Padding Property
Gets or sets the padding mode used in the hashing algorithm.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] property PaddingMode Padding { PaddingMode get(); void set(PaddingMode value); }
Property Value
Type: System.Security.Cryptography::PaddingModeThe padding mode used in the hashing algorithm.
| Exception | Condition |
|---|---|
| CryptographicException | The property cannot be set because the padding mode is invalid. |
Most plain text messages do not consist of a number of bytes that completely fill blocks. Often, there are not enough bytes to fill the last block. When this happens, a padding string is added to the text. For example, if the block length is 64 bits and the last block contains only 40 bits, 24 bits of padding are added. See PaddingMode for a description of specific modes.
This field is accessed through the Padding property.
Available since 2.0