Returns the raw data for the entire X.509v3 certificate.

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

Syntax

C#
public string GetRawCertDataString()
Visual Basic
Public Function GetRawCertDataString As String
Visual C++
public:
String^ GetRawCertDataString()

Return Value

The X.509 certificate data as a hexadecimal string.

See Also