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