Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

CryptographicAttributeNode Constructor

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

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.

In This Article
  • CryptographicAttributeNode(ObjectIdentifier, ICollection)
  • CryptographicAttributeNode(ObjectIdentifier, Byte[][])
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies