共用方式為


Applibs certstore.h

頁首: #include < applibs/certstore。h>

Applibs 憑證標頭包含可在裝置上安裝及管理憑證的功能和類型。

應用程式資訊清單需求

只有在應用程式 資訊清單中啟用 CertStore 功能時,應用程式才能呼叫這些函數。

執行緒安全性

這些函數並不安全。

概念和範例

功能

功能 描述
CertStore_DeleteCertificate 刪除憑證。
CertStore_GetAvailableSpace 取得裝置上可用的空間以供憑證儲存,以位元組為單位。
CertStore_GetCertificateCount 取得裝置上安裝的憑證數目。
CertStore_GetCertificateIdentifierAt 在指定的索引取得憑證識別碼。
CertStore_GetCertificateIssuerName 取得憑證發行者的名稱。
CertStore_GetCertificateNotAfter 取得憑證到期的時間。
CertStore_GetCertificateNotBefore 取得憑證有效使用的時間。
CertStore_GetCertificateSubjectName 從憑證取得主旨名稱。
CertStore_InstallClientCertificate 在 Azure 球體裝置上安裝用戶端憑證。
CertStore_InstallRootCACertificate 在 Azure 球體裝置上安裝 Root CA 憑證。
CertStore_MoveCertificate 重新命名憑證。

結構

結構 描述
CertStore_Identifier 憑證的識別碼。
CertStore_IssuerName 憑證的發行者名稱。
CertStore_SubjectName 憑證的主體名稱。