CertificateIssuer.IssueRevocationList Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9448)
IssueRevocationList(Certificate, SignatureHashAlgorithm, RevocationListInfo, IEnumerable)
Issues a certificate signed by the specified certification authority using the specified signature hash algorithm.
Declaration
public static CertificateRevocationList IssueRevocationList(Certificate certificationAuthority, SignatureHashAlgorithm signatureHashAlgorithm, RevocationListInfo revocationListInfo, IEnumerable revokedCertificates)
Parameters
| Type | Name | Description |
|---|---|---|
| Certificate | certificationAuthority | Certification authority certificate to issue and sign the certificate. |
| SignatureHashAlgorithm | signatureHashAlgorithm | Signature hash algorithm. |
| RevocationListInfo | revocationListInfo | Certificate revocation list info. |
| IEnumerable | revokedCertificates | A collection of RevokedCertificate objects. |
Returns
| Type | Description |
|---|---|
| CertificateRevocationList | A new certificate. |