SecurityServices for .NET 2.0 Documentation

RC4CryptoServiceProvider.Padding Property

[This is preliminary documentation and subject to change.]

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

public override  Padding {get; set;}

Property Value

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

Exceptions

Exception Type Condition
CryptographicException The padding mode is set to a padding mode other than PaddingMode.None.

See Also

RC4CryptoServiceProvider Class | Org.Mentalis.SecurityServices.Cryptography Namespace