Security |
The SecurityDetails type exposes the following members.
| 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 |