Initializes a new instance of the DerOctetString class
Namespace: Org.BouncyCastle.Asn1Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public DerOctetString( byte[] str ) |
Visual Basic |
---|
Public Sub New ( _ str As Byte() _ ) |
Visual C++ |
---|
public: DerOctetString( array<unsigned char>^ str ) |
Parameters
- str
- Type: array<System..::..Byte>[]()[][]
The octets making up the octet string.