X509Certificate |
public abstract class X509CertificateDatabase : IX509CertificateDatabase, IStore<X509Certificate>, IDisposable
The X509CertificateDatabase type exposes the following members.
| Name | Description | |
|---|---|---|
| X509CertificateDatabase(DbConnection, String) | Initialize a new instance of the X509CertificateDatabase class. | |
| X509CertificateDatabase(DbConnection, String, SecureRandom) | Initialize a new instance of the X509CertificateDatabase class. |
| Name | Description | |
|---|---|---|
| EncryptionAlgorithm | Gets or sets the algorithm used for encrypting the private keys. | |
| MinIterations | Gets or sets the minimum iterations. | |
| RandomNumberGenerator | Get the secure pseudo-random number generator used when encrypting private keys. | |
| SaltSize | Gets or sets the size of the salt. |
| Name | Description | |
|---|---|---|
| Add(X509CertificateRecord) | Add the specified certificate record. | |
| Add(X509CrlRecord) | Add the specified CRL record. | |
| CreateCommand | Create a new database command. | |
| Dispose | Releases all resource used by the X509CertificateDatabase object. | |
| Dispose(Boolean) | Releases the unmanaged resources used by the X509CertificateDatabase and optionally releases the managed resources. | |
| Equals | (Inherited from Object) | |
| ExecuteWithinTransaction | Execute an action within a database transaction. | |
| Finalize |
Releases unmanaged resources and performs other cleanup operations before the
X509CertificateDatabase is reclaimed by garbage collection.
(Overrides ObjectFinalize) | |
| 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. | |
| GetColumnNames(X509CertificateRecordFields) | Gets the column names for the specified fields. | |
| GetColumnNames(X509CrlRecordFields) | Gets the column names for the specified fields. | |
| GetCrlStore | Gets a certificate revocation list store. | |
| GetDeleteCommand(DbConnection, X509CertificateRecord) | Gets the database command to delete the specified certificate record. | |
| GetDeleteCommand(DbConnection, X509CrlRecord) | Gets the database command to delete the specified CRL record. | |
| GetHashCode | (Inherited from Object) | |
| GetInsertCommand(DbConnection, X509CertificateRecord) | Gets the database command to insert the specified certificate record. | |
| GetInsertCommand(DbConnection, X509CrlRecord) | Gets the database command to insert the specified CRL record. | |
| GetSelectAllCrlsCommand | Gets the database command to select all CRLs in the table. | |
| 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) | Gets the database command to select the certificate records for the specified mailbox. | |
| GetSelectCommand(DbConnection, ISelectorX509Certificate, Boolean, Boolean, X509CertificateRecordFields) | Gets the database command to select certificate records matching the specified selector. | |
| GetType | (Inherited from Object) | |
| GetUpdateCommand(DbConnection, X509CrlRecord) | Obsolete. Gets the database command to update the specified CRL record. | |
| GetUpdateCommand(DbConnection, X509CertificateRecord, X509CertificateRecordFields) | Gets the database command to update the specified record. | |
| GetValue(X509CertificateRecord, String) | Gets the value for the specified column. | |
| GetValue(X509CrlRecord, String) | Gets the value for the specified column. | |
| MemberwiseClone | (Inherited from Object) | |
| Remove(X509CertificateRecord) | Remove the specified certificate record. | |
| Remove(X509CrlRecord) | Remove the specified CRL record. | |
| ToString | (Inherited from Object) | |
| Update(X509CrlRecord) | Obsolete. Update the specified CRL record. | |
| Update(X509CertificateRecord, X509CertificateRecordFields) | Update the specified certificate record. |
| Name | Description | |
|---|---|---|
| CertificatesTableName | The name of the database table containing the certificates. | |
| CrlsTableName | The name of the database table containing the CRLs. |