2020-06-04 14:56:45 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [puppeteer ](./puppeteer.md ) > [SecurityDetails ](./puppeteer.securitydetails.md )
## SecurityDetails class
2020-06-19 13:30:28 +00:00
The SecurityDetails class represents the security details of a response that was received over a secure connection.
2020-06-04 14:56:45 +00:00
< b > Signature:< / b >
```typescript
export declare class SecurityDetails
```
2020-06-19 13:30:28 +00:00
## Remarks
2020-06-04 14:56:45 +00:00
2020-06-19 13:30:28 +00:00
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `SecurityDetails` class.
2020-06-04 14:56:45 +00:00
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [issuer() ](./puppeteer.securitydetails.issuer.md ) | | |
| [protocol() ](./puppeteer.securitydetails.protocol.md ) | | |
| [subjectAlternativeNames() ](./puppeteer.securitydetails.subjectalternativenames.md ) | | |
| [subjectName() ](./puppeteer.securitydetails.subjectname.md ) | | |
| [validFrom() ](./puppeteer.securitydetails.validfrom.md ) | | |
| [validTo() ](./puppeteer.securitydetails.validto.md ) | | |