ClientCertRequestParams Type
Constructors
| Constructor |
Description
|
Full Usage:
ClientCertRequestParams(hostname, tokenName, isRetry)
Parameters:
string
-
the hostname of the site requiring a client certificate
tokenName : string
-
the token (or slot) name of the cryptographic device
isRetry : bool
-
whether there have been previous failed attempts at prompting the password
Returns: ClientCertRequestParams
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.hostname
|
the hostname of the site requiring a client certificate |
Full Usage:
this.isRetry
|
whether there have been previous failed attempts at prompting the password |
Full Usage:
this.tokenName
|
the token (or slot) name of the cryptographic device |
fable-electron-docs-api