clientCertificates
Namespace: Glutinum.Playwright.BrowserModule.newPage Parent: Glutinum.Playwright.BrowserModule.newPage.optionsModule
type clientCertificates new : origin : string -> certPath : string option -> cert : Buffer option -> keyPath : string option -> key : Buffer option -> pfxPath : string option -> pfx : Buffer option -> passphrase : string option -> clientCertificates property pfxPath : string option with get property pfx : Buffer option with get property certPath : string option with get property passphrase : string option with get property key : Buffer option with get property origin : string with get property cert : Buffer option with get property keyPath : string option with get
Constructors
new
new : origin : string -> certPath : string option -> cert : Buffer option -> keyPath : string option -> key : Buffer option -> pfxPath : string option -> pfx : Buffer option -> passphrase : string option -> clientCertificates