Header menu logo fable-electron-docs-api

IOnSelectClientCertificate Type

Emitted when a client certificate is requested.The url corresponds to the navigation entry requesting the client certificate and callback can be called with an entry filtered from the list. Using event.preventDefault() prevents the application from using the first certificate from the store.

Instance members

Instance member Description

this.callback arg1

Full Usage: this.callback arg1

Returns: Option<Certificate>
Modifiers: abstract
Returns: Option<Certificate>

this.certificateList

Full Usage: this.certificateList

Modifiers: abstract

this.event

Full Usage: this.event

Modifiers: abstract

this.url

Full Usage: this.url

Modifiers: abstract

this.webContents

Full Usage: this.webContents

Modifiers: abstract

Type something to start searching.