ArcFourManaged.Padding Property
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9313)
Padding
Gets or sets the padding mode used in the symmetric algorithm.
Inherited from Arc
Declaration
public override PaddingMode Padding { get; set; }
Property Value
| Type | Description |
|---|---|
| Padding |
The padding mode. |
Overrides
Remarks
ArcFour is a stream cipher, no padding is done.