Initializes a new instance of the OtherKeyAttribute class
Namespace: Org.BouncyCastle.Asn1.CmsAssembly: 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 ) |
Parameters
- keyAttrId
- Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier
- keyAttr
- Type: Org.BouncyCastle.Asn1..::..Asn1Encodable