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
)
Public Function BuildAndHash (
hasherInfo As X509Certificate2
) As X509CRL2
public:
X509CRL2^ BuildAndHash(
X509Certificate2^ hasherInfo
)
member BuildAndHash :
hasherInfo : X509Certificate2 -> X509CRL2
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:
X509CRL2An instance of generated CRL object.
See Also