System.Security.Cryptography.X509Certificates.X509Certificate.ToString Method

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

Syntax

public virtual string ToString (bool fVerbose)

Parameters

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

Returns

A string representation of the current System.Security.Cryptography.X509Certificates.X509Certificate object.

Remarks

Useful for debugging purpose only. The format of the string will change in future versions of the framework.

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0