A collection of SecureMimeCapability objects.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  Rebex.Security.Cryptography..::..CryptographicCollection
    Rebex.Security.Cryptography..::..CryptographicCollection<(Of <(<'SecureMimeCapability>)>)>
      Rebex.Security.Cryptography.Pkcs..::..SecureMimeCapabilityCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also