Mentalis.org Security Library documentation

Certificate.ToString Method (Boolean)

Returns a string representation of the current X509Certificate object, with extra information, if specified.

[Visual Basic]
Overloads Public Function ToString( _
   ByVal verbose As Boolean _
) As String
[C#]
public string ToString(
   bool verbose
);

Parameters

verbose
true to produce the verbose form of the string representation; otherwise, false.

Return Value

A string representation of the current X509Certificate object.

See Also

Certificate Class | Org.Mentalis.Security.Certificates Namespace | Certificate.ToString Overload List