Creates a temporary memory-based certificate store and populates it with certificates from the specified collection.

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

Syntax

Visual Basic
Public Sub New ( _
	certificates As ICollection _
)
C#
public CertificateStore(
	ICollection certificates
)

Parameters

certificates
Type: System.Collections..::..ICollection
The certificate collection.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also