14 lines
458 B
Markdown
14 lines
458 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Security](./puppeteer.protocol.security.md) > [CertificateId](./puppeteer.protocol.security.certificateid.md)
|
||
|
|
||
|
## Protocol.Security.CertificateId type
|
||
|
|
||
|
An internal certificate ID value.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export type CertificateId = integer;
|
||
|
```
|