X509CRL2ToString(Boolean) Method
Note: This API is now obsolete.
Displays an X.509 certificate revocation list in text format. This method is obsolete.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
[ObsoleteAttribute]
public string ToString(
bool verbose
)
<ObsoleteAttribute>
Public Function ToString (
verbose As Boolean
) As String
public:
[ObsoleteAttribute]
String^ ToString(
bool verbose
)
[<ObsoleteAttribute>]
member ToString :
verbose : bool -> string
- 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.
StringThe CRL information.
If the object is not initialized, the method returns class name.