Mentalis.org Security Library documentation

Certificate.ToBase64String Method 

Returns a Base64-encoded representation of the certificate.

[Visual Basic]
Public Function ToBase64String() As String
[C#]
public string ToBase64String();

Return Value

A Base64-encoded representation of the certificate.

See Also

Certificate Class | Certificate Members | Org.Mentalis.Security.Certificates Namespace