14 lines
582 B
Markdown
14 lines
582 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) > [keyExchange](./puppeteer.protocol.network.securitydetails.keyexchange.md)
|
|
|
|
## Protocol.Network.SecurityDetails.keyExchange property
|
|
|
|
Key Exchange used by the connection, or the empty string if not applicable.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
keyExchange: string;
|
|
```
|