Issues a certificate signed by the specified certification authority using the specified signature hash algorithm.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Shared Function IssueRevocationList ( _ certificationAuthority As Certificate, _ signatureHashAlgorithm As SignatureHashAlgorithm, _ revocationListInfo As RevocationListInfo, _ revokedCertificates As IEnumerable _ ) As CertificateRevocationList |
C# |
---|
public static CertificateRevocationList IssueRevocationList( Certificate certificationAuthority, SignatureHashAlgorithm signatureHashAlgorithm, RevocationListInfo revocationListInfo, IEnumerable revokedCertificates ) |
Parameters
- certificationAuthority
- Type: Rebex.Security.Certificates..::..Certificate
Certification authority certificate to issue and sign the certificate.
- signatureHashAlgorithm
- Type: Rebex.Security.Certificates..::..SignatureHashAlgorithm
Signature hash algorithm.
- revocationListInfo
- Type: Rebex.Security.Cryptography.Pkcs..::..RevocationListInfo
Certificate revocation list info.
- revokedCertificates
- Type: System.Collections..::..IEnumerable
A collection of RevokedCertificate objects.