Initializes a new instance of the LLCertificate class.

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

Syntax

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

See Also