X509CrlBuilderBuildAndHash Method

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

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
C#
public X509CRL2 BuildAndHash(
	X509Certificate2 hasherInfo
)

Parameters

hasherInfo  X509Certificate2
Issuer certificate to use as a CRL issuer. Issuer certificate is not required to have private key.

Return Value

X509CRL2
An instance of generated CRL object.

See Also