IX |
public interface IX509CertificateDatabase : IStore<X509Certificate>, IDisposable
The IX509CertificateDatabase type exposes the following members.
Name | Description | |
---|---|---|
Add(X509CertificateRecord) | Add the specified certificate record. | |
Add(X509CrlRecord) | Add the specified CRL record. | |
Dispose | (Inherited from IDisposable) | |
EnumerateMatches | (Inherited from IStoreX509Certificate) | |
Find(X509Certificate, X509CertificateRecordFields) | Find the specified certificate. | |
Find(X509Crl, X509CrlRecordFields) | Finds the specified certificate revocation list. | |
Find(X509Name, X509CrlRecordFields) | Finds the CRL records for the specified issuer. | |
Find(ISelectorX509Certificate, Boolean, X509CertificateRecordFields) | Finds the certificate records matching the specified selector. | |
Find(MailboxAddress, DateTime, Boolean, X509CertificateRecordFields) | Finds the certificate records for the specified mailbox. | |
FindCertificates | Finds the certificates matching the specified selector. | |
FindPrivateKeys | Finds the private keys matching the specified selector. | |
GetCrlStore | Gets a certificate revocation list store. | |
Remove(X509CertificateRecord) | Remove the specified certificate record. | |
Remove(X509CrlRecord) | Remove the specified CRL record. | |
Update(X509CrlRecord) | Update the specified CRL record. | |
Update(X509CertificateRecord, X509CertificateRecordFields) | Update the specified certificate record. |