Click or drag to resize

X509CrlBuilder Constructor (X509CRL2)

Initializes a new instance of X509CrlBuilder from existing CRL data.

Namespace:  SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509CrlBuilder(
	X509CRL2 existingCrl
)

Parameters

existingCrl
Type: System.Security.Cryptography.X509CertificatesX509CRL2
Existing CRL object.
Remarks
Only version, extensions and a list of revoked certificates are copied to the builder.
See Also