electron/docs-translations/zh-TW/api/structures/certificate.md

10 lines
396 B
Markdown
Raw Normal View History

# Certificate 物件 (憑證)
* `data` 字串 - PEM 加密資料。
* `issuerName` 字串 - 憑證發行者的名字。
* `subjectName` 字串 - 憑證使用者的名字。
* `serialNumber` 字串 - 憑證序號。
* `validStart` 數字 - 憑證開始日期,值為 UNIX 時間。
* `validExpiry` 數字 - 憑證結束日期,值為 UNIX 時間。
* `fingerprint` 字串 - 憑證指紋。