Class CertificateSecurityState
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
CertificateHasWeakSignature
certificateHasWeakSignature
[JsonPropertyName("certificateHasWeakSignature")]
public bool CertificateHasWeakSignature { get; set; }
Property Value
CertificateNetworkError
certificateNetworkError
[JsonPropertyName("certificateNetworkError")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string CertificateNetworkError { get; set; }
Property Value
Cipher
cipher
[JsonPropertyName("cipher")]
public string Cipher { get; set; }
Property Value
Issuer
issuer
[JsonPropertyName("issuer")]
public string Issuer { get; set; }
Property Value
KeyExchange
keyExchange
[JsonPropertyName("keyExchange")]
public string KeyExchange { get; set; }
Property Value
KeyExchangeGroup
keyExchangeGroup
[JsonPropertyName("keyExchangeGroup")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string KeyExchangeGroup { get; set; }
Property Value
Mac
mac
[JsonPropertyName("mac")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Mac { get; set; }
Property Value
ModernSSL
modernSSL
[JsonPropertyName("modernSSL")]
public bool ModernSSL { get; set; }
Property Value
ObsoleteSslCipher
obsoleteSslCipher
[JsonPropertyName("obsoleteSslCipher")]
public bool ObsoleteSslCipher { get; set; }
Property Value
ObsoleteSslKeyExchange
obsoleteSslKeyExchange
[JsonPropertyName("obsoleteSslKeyExchange")]
public bool ObsoleteSslKeyExchange { get; set; }
Property Value
ObsoleteSslProtocol
obsoleteSslProtocol
[JsonPropertyName("obsoleteSslProtocol")]
public bool ObsoleteSslProtocol { get; set; }
Property Value
ObsoleteSslSignature
obsoleteSslSignature
[JsonPropertyName("obsoleteSslSignature")]
public bool ObsoleteSslSignature { get; set; }
Property Value
Protocol
protocol
[JsonPropertyName("protocol")]
public string Protocol { get; set; }
Property Value
SubjectName
subjectName
[JsonPropertyName("subjectName")]
public string SubjectName { get; set; }
Property Value
ValidFrom
validFrom
[JsonPropertyName("validFrom")]
public double ValidFrom { get; set; }
Property Value
ValidTo
validTo
[JsonPropertyName("validTo")]
public double ValidTo { get; set; }