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

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

Syntax

C#
public string ToString(
	bool verbose
)
Visual Basic
Public Function ToString ( _
	verbose As Boolean _
) As String
Visual C++
public:
String^ ToString(
	bool verbose
)

Parameters

verbose
Type: System..::..Boolean
true to produce the verbose form of the string representation; otherwise, false.

Return Value

A string representation of the current X509Certificate object.

See Also