Initializes a new instance of the OtherKeyAttribute class

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

Syntax

C#
public OtherKeyAttribute(
	DerObjectIdentifier keyAttrId,
	Asn1Encodable keyAttr
)
Visual Basic
Public Sub New ( _
	keyAttrId As DerObjectIdentifier, _
	keyAttr As Asn1Encodable _
)
Visual C++
public:
OtherKeyAttribute(
	DerObjectIdentifier^ keyAttrId, 
	Asn1Encodable^ keyAttr
)

See Also