| Name | Description |
---|
| GetSelectCommand(DbConnection, X509Name, X509CrlRecordFields) |
Gets the database command to select the CRL records matching the specified issuer.
|
| GetSelectCommand(DbConnection, X509Certificate, X509CertificateRecordFields) |
Gets the database command to select the record matching the specified certificate.
|
| GetSelectCommand(DbConnection, X509Crl, X509CrlRecordFields) |
Gets the database command to select the record for the specified CRL.
|
| GetSelectCommand(DbConnection, MailboxAddress, DateTime, Boolean, X509CertificateRecordFields) |
Get the database command to select the certificate records for the specified mailbox.
|
| GetSelectCommand(DbConnection, ISelectorX509Certificate, Boolean, Boolean, X509CertificateRecordFields) |
Get the database command to select the requested certificate records.
|