mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
366 B
Markdown
20 lines
366 B
Markdown
---
|
|
sidebar_label: SecurityDetails.subjectAlternativeNames
|
|
---
|
|
|
|
# SecurityDetails.subjectAlternativeNames() method
|
|
|
|
The list of [subject alternative names (SANs)](https://en.wikipedia.org/wiki/Subject_Alternative_Name) of the certificate.
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
class SecurityDetails {
|
|
subjectAlternativeNames(): string[];
|
|
}
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
string\[\]
|