The methods below are used to retrieve information about or change a Site's certificates and keys.
Verifying that Client Certificates are Required (GetCheckClientCert)
Requiring User Certificates on Implicit SSL Sites (SetCheckClientCert)
Retrieving the Path to Trusted Certificates (GetTrustedCertsPath)
Retrieving the Path to Pending Certificates (GetAwaitingCertsPath)
Retrieving a List of Trusted Certificates (GetTrustedCertificates)
Retrieving Information for a Trusted Certificate (GetTrustedCertificateInfo)
Retrieving a List of Pending Certificates (GetPendingCertificates)
Retrieving Information for a Pending Certificate (GetPendingCertificateInfo)
Retrieving a Certificate's Data String (ExportTrustedCertificate)
Saving a Trusted Certificate to a File (ImportTrustedCertificate)
Adding a Pending Certificate to the Trusted List (AddCerficateToTrusted)