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.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
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