Click or drag to resize
MimeKit

SqliteCertificateDatabase Properties

The SqliteCertificateDatabase type exposes the following members.

Properties
 NameDescription
Protected propertyCertificatesTable Gets the X.509 certificate table definition.
(Inherited from SqlCertificateDatabase)
Protected propertyCrlsTable Gets the X.509 certificate revocation lists (CRLs) table definition.
(Inherited from SqlCertificateDatabase)
Protected propertyEncryptionAlgorithm Gets or sets the algorithm used for encrypting the private keys.
(Inherited from X509CertificateDatabase)
Protected propertyMinIterations Gets or sets the minimum iterations.
(Inherited from X509CertificateDatabase)
Protected propertyRandomNumberGenerator Get the secure pseudo-random number generator used when encrypting private keys.
(Inherited from X509CertificateDatabase)
Protected propertySaltSize Gets or sets the size of the salt.
(Inherited from X509CertificateDatabase)
Top
See Also