Gets or sets the padding mode used in the symmetric algorithm.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Overrides Property Padding As PaddingMode Get Set |
C# |
---|
public override PaddingMode Padding { get; set; } |
Field Value
The padding mode.Remarks
ArcFour is a stream cipher, no padding is done.