NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

X509Certificate.ToString (Boolean)

Returns a string representation of this X509Certificate object, with extra information if specified by the parameter.

[Visual Basic]
Overloads Overridable Public Function ToString( _
   ByVal fVerbose As Boolean _
) As String
[C#]
public virtual string ToString(
   bool fVerbose
);
[C++]
public: virtual String* ToString(
   bool fVerbose
);
[JScript]
public function ToString(
   fVerbose : Boolean
) : String;

Parameters

fVerbose
Set true to produce verbose form of the string representation.

Return Value

Returns a String representing this certificate.

See Also

X509Certificate Class | X509Certificate Members | System.Security.Cryptography.X509Certificates Namespace | X509Certificate.ToString Overload List