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( Stream encIn )  | 
| Visual Basic | 
|---|
Public Sub New ( _ encIn As Stream _ )  | 
| Visual C++ | 
|---|
public: X509V2AttributeCertificate( Stream^ encIn )  | 
Parameters
- encIn
 - Type: System.IO..::..Stream