Click or drag to resize

X509CrlBuilderBuildAndHash Method

Hashes and encodes CRL object from builder information. Instead of signing, CRL is hashed.

Namespace:  SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509CRL2 BuildAndHash(
	X509Certificate2 hasherInfo
)

Parameters

hasherInfo
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
Issuer certificate to use as a CRL issuer. Issuer certificate is not required to have private key.

Return Value

Type: X509CRL2
An instance of generated CRL object.
See Also