Security |
The SecurityDetails type exposes the following members.
Name | Description | |
---|---|---|
SecurityDetails | Initializes a new instance of the SecurityDetails class |
Name | Description | |
---|---|---|
CertificateId | Certificate ID value. | |
CertificateTransparencyCompliance | Whether the request complied with Certificate Transparency policy | |
Cipher | Cipher name. | |
EncryptedClientHello | Whether the connection used Encrypted ClientHello | |
Issuer | Name of the issuing CA. | |
KeyExchange | Key Exchange used by the connection, or the empty string if not applicable. | |
KeyExchangeGroup | (EC)DH group used by the connection, if applicable. | |
Mac | TLS MAC. Note that AEAD ciphers do not have separate MACs. | |
Protocol | Protocol name (e.g. "TLS 1.2" or "QUIC"). | |
SanList | Subject Alternative Name (SAN) DNS names and IP addresses. | |
ServerSignatureAlgorithm | The signature algorithm used by the server in the TLS server signature, represented as a TLS SignatureScheme code point. Omitted if not applicable or not known. | |
SignedCertificateTimestampList | List of signed certificate timestamps (SCTs). | |
SubjectName | Certificate subject name. | |
ValidFrom | Certificate valid from date. | |
ValidTo | Certificate valid to (expiration) date |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToDictionary | (Inherited from DevToolsDomainEntityBase) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |