SecurityServices for .NET 2.0 Documentation

RC4CryptoServiceProvider.Key Property

[This is preliminary documentation and subject to change.]

Gets or sets the secret key for the symmetric algorithm.

public override  Key {get; set;}

Property Value

The secret key to be used for the symmetric algorithm.

Exceptions

Exception Type Condition
ArgumentNullException An attempt is made to set the key to a null reference (Nothing in Visual Basic).

See Also

RC4CryptoServiceProvider Class | Org.Mentalis.SecurityServices.Cryptography Namespace