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