CryptographicAttributeNode Constructor
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
CryptographicAttributeNode(ObjectIdentifier, ICollection)
Initializes an instance of a CryptographicAttributeNode.
Declaration
public CryptographicAttributeNode(ObjectIdentifier oid, ICollection values)
Parameters
Type | Name | Description |
---|---|---|
ObjectIdentifier | oid | The object identifier that identifies the attribute type. |
ICollection | values | Parameters in ASN.1 format, in a form of one or more byte arrays. |
CryptographicAttributeNode(ObjectIdentifier, Byte[][])
Initializes an instance of a CryptographicAttributeNode.
Declaration
public CryptographicAttributeNode(ObjectIdentifier oid, params byte[][] values)
Parameters
Type | Name | Description |
---|---|---|
ObjectIdentifier | oid | The object identifier that identifies the attribute type. |
Byte[][] | values | Parameters in ASN.1 format. |
Remarks
Not supported in .NET 1.0, use CryptographicAttributeNode(ObjectIdentifier, ICollection) instead.