Initializes a new instance of the AttributeX509 class

Namespace: Org.BouncyCastle.Asn1.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public AttributeX509(
	DerObjectIdentifier attrType,
	Asn1Set attrValues
)
Visual Basic
Public Sub New ( _
	attrType As DerObjectIdentifier, _
	attrValues As Asn1Set _
)
Visual C++
public:
AttributeX509(
	DerObjectIdentifier^ attrType, 
	Asn1Set^ attrValues
)

See Also