Module schannel::cert_store

source ·
Expand description

Bindings to winapi’s certificate-store related APIs.

Structs

  • Representation of certificate store on Windows, wrapping a HCERTSTORE.
  • An iterator over the certificates contained in a CertStore, returned by CertStore::iter
  • Representation of an in-memory certificate store.
  • A builder type for imports of PKCS #12 archives.

Enums

  • Argument to the add_cert function indicating how a certificate should be added to a CertStore.