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) > [subjectAlternativeNames](./puppeteer.securitydetails.subjectalternativenames.md)
|
|
|
|
|
|
|
|
## SecurityDetails.subjectAlternativeNames() method
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
subjectAlternativeNames(): string[];
|
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
string\[\]
|
|
|
|
|
2020-06-19 13:30:28 +00:00
|
|
|
The list of [subject alternative names (SANs)](https://en.wikipedia.org/wiki/Subject_Alternative_Name) of the certificate.
|
|
|
|
|