X509CRL2ToString(Int32) Method
Displays an X.509 certificate revocation list in text format.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public string ToString(
int revCertCount
)
Public Function ToString (
revCertCount As Integer
) As String
public:
String^ ToString(
int revCertCount
)
member ToString :
revCertCount : int -> string
- revCertCount Int32
-
Specifies the number of revoked certificate entries included in text dump. Zero value means that all entries
are included which may negatively affect performance on large CRLs.
StringThe CRL text dump.