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.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
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.