CryptographicAttributeNode Class
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
A cryptographic attribute that contains a type and a collection of associated values.
Syntax
public class CryptographicAttributeNode
Inherited Members
Constructors
Name | Description |
---|---|
CryptographicAttributeNode(ObjectIdentifier, Byte[][]) | Initializes an instance of a CryptographicAttributeNode. |
CryptographicAttributeNode(ObjectIdentifier, ICollection) | Initializes an instance of a CryptographicAttributeNode. |
Properties
Name | Description |
---|---|
Oid | Gets the object identifier that identifies the attribute type. |
Values | Gets the collection of values associated with the attribute. |