Returns a Base64-encoded representation of the certificate.

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

Syntax

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

Return Value

A Base64-encoded representation of the certificate.

See Also