Represents a certificate store.

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

Syntax

Visual Basic
Public NotInheritable Class CertificateStore _
	Implements IEnumerable(Of Certificate), IEnumerable,  _
	IDisposable
C#
public sealed class CertificateStore : IEnumerable<Certificate>, 
	IEnumerable, IDisposable

Inheritance Hierarchy

System..::..Object
  Rebex.Security.Certificates..::..CertificateStore

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also