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 byte[] GetRawCertData()
Visual Basic
Public Function GetRawCertData As Byte()
Visual C++
public:
array<unsigned char>^ GetRawCertData()

Return Value

A byte array containing the X.509 certificate data.

See Also