mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
671 B
Markdown
14 lines
671 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) > [CertificateSecurityState](./puppeteer.protocol.security.certificatesecuritystate.md) > [certificateHasSha1Signature](./puppeteer.protocol.security.certificatesecuritystate.certificatehassha1signature.md)
|
||
|
|
||
|
## Protocol.Security.CertificateSecurityState.certificateHasSha1Signature property
|
||
|
|
||
|
True if the certificate has a SHA1 signature in the chain.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
certificateHasSha1Signature: boolean;
|
||
|
```
|