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