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