TROWinInetClientCertOption

Overview

TROWinInetClientCertOption specifies options of client's certificate.

Location

  • Unit: uROWinInetCertSupport.pas
Value Description
coSearchForIssuer Use specified issuer (TROWinInetClientCert). Conflicts with coShowDialog.
coSearchForName Use specified name (TROWinInetClientCert). Conflicts with coShowDialog.
coSearchForSerial Use specified serial number (TROWinInetClientCert). Conflicts with coShowDialog.
coShowDialog Displays a dialog box. Conflicts with other members.
coUseFile Use specified certificate (TROWinInetClientCert). Conflicts with coShowDialog.
coUseKeyFile Use specified key file (TROWinInetClientCert). Conflicts with coShowDialog.