Skip to content

Session.setSSLConfig method

Session › setSSLConfig

Unofficial

Sets the SSL configuration for the session.

Signature:

setSSLConfig(config: ElectronSSLConfigConfig): void

Parameters:

Parameter Type Description
config ElectronSSLConfigConfig The SSL configuration.

Returns: void