Duplicates an exisiting CertificateStore.

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

Syntax

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

Parameters

store
Type: LLCryptoLib.Security.Certificates..::..CertificateStore
The store to duplicate.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionstore is a null reference (Nothing in Visual Basic).

See Also