Table of Contents

Class GetCertificateCommandSettings

Namespace
OpenQA.Selenium.DevTools.V146.Network
Assembly
Selenium.WebDriver.dll

Returns the DER-encoded certificate.

public sealed class GetCertificateCommandSettings : ICommand
Inheritance
GetCertificateCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Origin

Origin to get certificate for.

[JsonPropertyName("origin")]
public string Origin { get; set; }

Property Value

string