CertificateIssuer.IssueRevocationList Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9313)
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. |
| Signature |
signatureHashAlgorithm | Signature hash algorithm. |
| Revocation |
revocationListInfo | Certificate revocation list info. |
| IEnumerable | revokedCertificates | A collection of Revoked |
Returns
| Type | Description |
|---|---|
| Certificate |
A new certificate. |