SecurityServices for .NET 2.0 Documentation

ARCFourManaged.CreateDecryptor Method (Byte[], Byte[])

[This is preliminary documentation and subject to change.]

Creates a symmetric RC4 decryptor object with the specified Key.

public override ICryptoTransform CreateDecryptor(
   Byte[] rgbKey,
   Byte[] rgbIV
);

Parameters

Byte[]
The secret key to be used for the symmetric algorithm.
Byte[]
This parameter is not used an should be set to a null reference, or to an array with zero or one bytes.

Return Value

A symmetric ARCFour decryptor object.

Remarks

This method decrypts an encrypted message created using the CreateEncryptor overload with the same signature.

See Also

ARCFourManaged Class | Org.Mentalis.SecurityServices.Cryptography Namespace | ARCFourManaged.CreateDecryptor Overload List