Mentalis.org Security Library documentation

RC4.Padding Property

Gets or sets the padding mode used in the symmetric algorithm.

[Visual Basic]
Overrides Public Property Padding As PaddingMode
[C#]
public override System.Security.Cryptography.PaddingMode Padding {get; set;}

Property Value

The padding mode used in the symmetric algorithm. This property always returns PaddingMode.None.

Exceptions

Exception TypeCondition
CryptographicExceptionThe padding mode is set to a padding mode other than PaddingMode.None.

See Also

RC4 Class | RC4 Members | Org.Mentalis.Security.Cryptography Namespace