mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Move reused object structures to a standard structures folder
This commit is contained in:
committed by
Zeke Sikelianos
parent
4d7050553c
commit
03979936f3
9
docs/api/structures/certificate.md
Normal file
9
docs/api/structures/certificate.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Certificate
|
||||
|
||||
* `data` String - PEM encoded data
|
||||
* `issuerName` String - Issuer's Common Name
|
||||
* `subjectName` String - Subject's Common Name
|
||||
* `serialNumber` String - Hex value represented string
|
||||
* `validStart` Integer - Start date of the certificate being valid in seconds
|
||||
* `validExpiry` Integer - End date of the certificate being valid in seconds
|
||||
* `fingerprint` String - Fingerprint of the certificate
|
||||
Reference in New Issue
Block a user