Initializes a new instance of the AttributePkcs class
Namespace: Org.BouncyCastle.Asn1.PkcsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public AttributePkcs( DerObjectIdentifier attrType, Asn1Set attrValues )  | 
| Visual Basic | 
|---|
Public Sub New ( _ attrType As DerObjectIdentifier, _ attrValues As Asn1Set _ )  | 
| Visual C++ | 
|---|
public: AttributePkcs( DerObjectIdentifier^ attrType, Asn1Set^ attrValues )  | 
Parameters
- attrType
 - Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier
 
- attrValues
 - Type: Org.BouncyCastle.Asn1..::..Asn1Set