CryptographicAttributeNode Constructor
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9147)
CryptographicAttributeNode(ObjectIdentifier, ICollection)
Initializes an instance of a Cryptographic
Declaration
public CryptographicAttributeNode(ObjectIdentifier oid, ICollection values)
Parameters
Type | Name | Description |
---|---|---|
Object |
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 Cryptographic
Declaration
public CryptographicAttributeNode(ObjectIdentifier oid, params byte[][] values)
Parameters
Type | Name | Description |
---|---|---|
Object |
oid | The object identifier that identifies the attribute type. |
Byte[][] | values | Parameters in ASN.1 format. |
Remarks
Not supported in .NET 1.0, use Cryptographic