mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
18 lines
574 B
Markdown
18 lines
574 B
Markdown
<!-- 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\[\]
|
|
|
|
The list of [subject alternative names (SANs)](https://en.wikipedia.org/wiki/Subject_Alternative_Name) of the certificate.
|
|
|