Adds a certificate store to the collection.

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

Syntax

C#
public void AddStore(
	CertificateStore store
)
Visual Basic
Public Sub AddStore ( _
	store As CertificateStore _
)
Visual C++
public:
void AddStore(
	CertificateStore^ store
)

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionstore is a null reference (Nothing in Visual Basic).
System..::..ArgumentExceptionThe specified certificate store is a CertificateStoreCollection instance. This is not allowed to avoid circular dependencies.
LLCryptoLib.Security.Certificates..::..CertificateExceptionAn error occurs while adding the certificate to the collection.

See Also