Returns an X509Certificate object that corresponds to this Certificate.

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

Syntax

C#
public X509Certificate ToX509()
Visual Basic
Public Function ToX509 As X509Certificate
Visual C++
public:
X509Certificate^ ToX509()

Return Value

An X509Certificate instance.

See Also