mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
18 lines
458 B
Markdown
18 lines
458 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [SecurityDetails](./puppeteer.securitydetails.md) > [subjectName](./puppeteer.securitydetails.subjectname.md)
|
|
|
|
## SecurityDetails.subjectName() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
subjectName(): string;
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
string
|
|
|
|
The name of the subject to which the certificate was issued.
|
|
|