X509CRL2ToString(Int32) Method

Displays an X.509 certificate revocation list in text format.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public string ToString(
	int revCertCount
)

Parameters

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.

Return Value

String
The CRL text dump.

See Also