Header menu logo fable-electron-docs-api

ClientCertRequestParams Type

Constructors

Constructor Description

ClientCertRequestParams(hostname, tokenName, isRetry)

Full Usage: ClientCertRequestParams(hostname, tokenName, isRetry)

Parameters:
    hostname : 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
hostname : 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

this.hostname

Full Usage: this.hostname

the hostname of the site requiring a client certificate

this.isRetry

Full Usage: this.isRetry

whether there have been previous failed attempts at prompting the password

this.tokenName

Full Usage: this.tokenName

the token (or slot) name of the cryptographic device

Type something to start searching.