Initializes a new instance of the RC2Parameters class
Namespace: Org.BouncyCastle.Crypto.ParametersAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public RC2Parameters( byte[] key ) |
Visual Basic |
---|
Public Sub New ( _ key As Byte() _ ) |
Visual C++ |
---|
public: RC2Parameters( array<unsigned char>^ key ) |
Parameters
- key
- Type: array<System..::..Byte>[]()[][]