X509CRL2ToString(Boolean) Method

Note: This API is now obsolete.
Displays an X.509 certificate revocation list in text format. This method is obsolete.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
[ObsoleteAttribute]
public string ToString(
	bool verbose
)

Parameters

verbose  Boolean
Specifies whether the simple or enhanced/verbose output is necessary. If this parameter is set to False (default value), the method returns a brief information about the current object. If this parameter is set to True, the method will return a full dump of the current object.

Return Value

String
The CRL information.

Remarks

If the object is not initialized, the method returns class name.

See Also