SecurityDetails Properties | 
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.
              | |
| 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.
              | |
| SignedCertificateTimestampList | 
            List of signed certificate timestamps (SCTs).
              | |
| SubjectName | 
            Certificate subject name.
              | |
| ValidFrom | 
            Certificate valid from date.
              | |
| ValidTo | 
            Certificate valid to (expiration) date
              |