puppeteer/docs/api/puppeteer.securitydetails.subjectname.md

20 lines
262 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: SecurityDetails.subjectName
---
# SecurityDetails.subjectName() method
The name of the subject to which the certificate was issued.
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class SecurityDetails {
subjectName(): string;
}
```
**Returns:**
string