Duplicates a given certificate.

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

Syntax

C#
public Certificate(
	Certificate certificate
)
Visual Basic
Public Sub New ( _
	certificate As Certificate _
)
Visual C++
public:
Certificate(
	Certificate^ certificate
)

Parameters

certificate
Type: LLCryptoLib.Security.Certificates..::..Certificate
The certificate to duplicate.

Exceptions

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

See Also