A base class for various collections of cryptographic objects.

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

Syntax

Visual Basic
Public MustInherit Class CryptographicCollection _
	Implements ICollection, IEnumerable
C#
public abstract class CryptographicCollection : ICollection, 
	IEnumerable

Inheritance Hierarchy

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also