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