mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
d963fcdd80
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
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\[\]
|