Initializes an instance of a CryptographicAttributeNode.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	oid As ObjectIdentifier, _
	values As ICollection _
)
C#
public CryptographicAttributeNode(
	ObjectIdentifier oid,
	ICollection values
)

Parameters

oid
Type: Rebex.Security.Cryptography..::..ObjectIdentifier
The object identifier that identifies the attribute type.
values
Type: System.Collections..::..ICollection
Parameters in ASN.1 format, in a form of one or more byte arrays.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also