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