Class SecurityDetails
SecurityDetails
public sealed class SecurityDetails
- Inheritance
-
SecurityDetails
- Inherited Members
Properties
CertificateId
certificateId
[JsonPropertyName("certificateId")]
public long CertificateId { get; set; }
Property Value
CertificateTransparencyCompliance
certificateTransparencyCompliance
[JsonPropertyName("certificateTransparencyCompliance")]
public CertificateTransparencyCompliance CertificateTransparencyCompliance { get; set; }
Property Value
Cipher
cipher
[JsonPropertyName("cipher")]
public string Cipher { get; set; }
Property Value
EncryptedClientHello
encryptedClientHello
[JsonPropertyName("encryptedClientHello")]
public bool EncryptedClientHello { 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
Protocol
protocol
[JsonPropertyName("protocol")]
public string Protocol { get; set; }
Property Value
SanList
sanList
[JsonPropertyName("sanList")]
public string[] SanList { get; set; }
Property Value
- string[]
ServerSignatureAlgorithm
serverSignatureAlgorithm
[JsonPropertyName("serverSignatureAlgorithm")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ServerSignatureAlgorithm { get; set; }
Property Value
- long?
SignedCertificateTimestampList
signedCertificateTimestampList
[JsonPropertyName("signedCertificateTimestampList")]
public SignedCertificateTimestamp[] SignedCertificateTimestampList { 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; }