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, _ ParamArray values As Byte()() _ ) |
| C# |
|---|
public CryptographicAttributeNode( ObjectIdentifier oid, params byte[][] values ) |
Parameters
- oid
- Type: Rebex.Security.Cryptography..::..ObjectIdentifier
The object identifier that identifies the attribute type.
- values
- Type: array<array<System..::..Byte>[]()[][]>[]()[][]
Parameters in ASN.1 format.
Remarks
Not supported in .NET 1.0, use CryptographicAttributeNode(ObjectIdentifier, ICollection) instead.