Table of Contents

Class CertificateSecurityState

Namespace
OpenQA.Selenium.DevTools.V130.Security
Assembly
WebDriver.dll

CertificateSecurityState

public sealed class CertificateSecurityState
Inheritance
CertificateSecurityState
Inherited Members

Properties

Certificate

certificate

[JsonPropertyName("certificate")]
public string[] Certificate { get; set; }

Property Value

string[]

CertificateHasSha1Signature

certificateHasSha1Signature

[JsonPropertyName("certificateHasSha1Signature")]
public bool CertificateHasSha1Signature { get; set; }

Property Value

bool

CertificateHasWeakSignature

certificateHasWeakSignature

[JsonPropertyName("certificateHasWeakSignature")]
public bool CertificateHasWeakSignature { get; set; }

Property Value

bool

CertificateNetworkError

certificateNetworkError

[JsonPropertyName("certificateNetworkError")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string CertificateNetworkError { get; set; }

Property Value

string

Cipher

cipher

[JsonPropertyName("cipher")]
public string Cipher { get; set; }

Property Value

string

Issuer

issuer

[JsonPropertyName("issuer")]
public string Issuer { get; set; }

Property Value

string

KeyExchange

keyExchange

[JsonPropertyName("keyExchange")]
public string KeyExchange { get; set; }

Property Value

string

KeyExchangeGroup

keyExchangeGroup

[JsonPropertyName("keyExchangeGroup")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string KeyExchangeGroup { get; set; }

Property Value

string

Mac

mac

[JsonPropertyName("mac")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Mac { get; set; }

Property Value

string

ModernSSL

modernSSL

[JsonPropertyName("modernSSL")]
public bool ModernSSL { get; set; }

Property Value

bool

ObsoleteSslCipher

obsoleteSslCipher

[JsonPropertyName("obsoleteSslCipher")]
public bool ObsoleteSslCipher { get; set; }

Property Value

bool

ObsoleteSslKeyExchange

obsoleteSslKeyExchange

[JsonPropertyName("obsoleteSslKeyExchange")]
public bool ObsoleteSslKeyExchange { get; set; }

Property Value

bool

ObsoleteSslProtocol

obsoleteSslProtocol

[JsonPropertyName("obsoleteSslProtocol")]
public bool ObsoleteSslProtocol { get; set; }

Property Value

bool

ObsoleteSslSignature

obsoleteSslSignature

[JsonPropertyName("obsoleteSslSignature")]
public bool ObsoleteSslSignature { get; set; }

Property Value

bool

Protocol

protocol

[JsonPropertyName("protocol")]
public string Protocol { get; set; }

Property Value

string

SubjectName

subjectName

[JsonPropertyName("subjectName")]
public string SubjectName { get; set; }

Property Value

string

ValidFrom

validFrom

[JsonPropertyName("validFrom")]
public double ValidFrom { get; set; }

Property Value

double

ValidTo

validTo

[JsonPropertyName("validTo")]
public double ValidTo { get; set; }

Property Value

double