14 lines
510 B
Markdown
14 lines
510 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SecurityDetails](./puppeteer.protocol.network.securitydetails.md) > [issuer](./puppeteer.protocol.network.securitydetails.issuer.md)
|
||
|
|
||
|
## Protocol.Network.SecurityDetails.issuer property
|
||
|
|
||
|
Name of the issuing CA.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
issuer: string;
|
||
|
```
|