CertStore_GetCertificateIssuerName函數
頁首: #include < applibs/certstore。h>
從憑證取得發行者名稱欄位。
static int CertStore_GetCertificateIssuerName(const char *identifier,
struct CertStore_IssuerName *outIssuerName);
參數
identifier
憑證的識別碼。outIssuerName
指標指向 CertStore_IssuerName 結構以接收發行者名稱。
錯誤
如果發生錯誤並設定為 errno
錯誤值,則傳回 -1。
EACCES:由於 CertStore 功能未在應用程式資訊清單中設定,因此不允許執行此作業。
EAGAIN:作業系統認證元件尚未準備就緒。
EFAULT:IS
identifier
Null。EINVAL:參數
identifier
指定無效或損毀的憑證。ENOENT:
identifier
找不到憑證。
您也可以指定任何其他 errno
錯誤;這類錯誤並非確定性錯誤,而且不保證會透過系統更新保留相同的行為。
傳回值
會傳回 0 表示成功,而失敗則傳回 -1,在這種情況下 errno
會設定為錯誤值。
應用程式資訊清單需求
應用程式 資訊清單 必須包含 CertStore 功能。