A collection of CryptographicAttributeNode objects.

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

Syntax

Visual Basic
Public Class CryptographicAttributeCollection _
	Inherits CryptographicCollection(Of CryptographicAttributeNode)
C#
public class CryptographicAttributeCollection : CryptographicCollection<CryptographicAttributeNode>

Inheritance Hierarchy

System..::..Object
  Rebex.Security.Cryptography..::..CryptographicCollection
    Rebex.Security.Cryptography..::..CryptographicCollection<(Of <(<'CryptographicAttributeNode>)>)>
      Rebex.Security.Cryptography.Pkcs..::..CryptographicAttributeCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also