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 byCertStore::iter - Representation of an in-memory certificate store.
- A builder type for imports of PKCS #12 archives.
Enums§
- Argument to the
add_certfunction indicating how a certificate should be added to aCertStore.