Duplicates a given certificate.
Namespace: LLCryptoLib.Security.CertificatesAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentNullException | certificate is a null reference (Nothing in Visual Basic). |