Initializes a new instance of the CertificateStoreCollection class.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public CertificateStoreCollection(
	CertificateStoreCollection collection
)
Visual Basic
Public Sub New ( _
	collection As CertificateStoreCollection _
)
Visual C++
public:
CertificateStoreCollection(
	CertificateStoreCollection^ collection
)

Parameters

collection
Type: LLCryptoLib.Security.Certificates..::..CertificateStoreCollection
The CertificateStoreCollection whose elements are copied to the new certificate store collection.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptioncollection is a null reference (Nothing in Visual Basic).
LLCryptoLib.Security.Certificates..::..CertificateExceptionAn error occurs while adding a certificate to the collection.

See Also