ISCardAuth 介面
[ ISCardAuth 介面可用於需求一節中指定的作業系統。 它不適用於 Windows Server 2003 service Pack 1 (SP1) 及更新版本、Windows Vista、Windows Server 2008 和後續版本的作業系統。 智慧卡模組提供類似的功能。
ISCardAuth介面定義是以開發智慧卡服務提供者時可遵循的標準提供。
ISCardAuth介面可用來公開智慧卡支援的驗證服務。 這些服務包括應用程式驗證、智慧卡驗證和使用者驗證。
下列範例顯示 ISCardAuth 介面的一般用法。
使用 ISCardAuth
- 透過對應的ISCardManage介面方法建立ISCardAuth介面 () 。
- 呼叫適當的 ISCardAuth 方法 , (APP_Auth、 GetChallenge、 ICC_Auth或 User_Auth) 。
- 釋放 ISCardAuth 介面。
成員
ISCardAuth介面繼承自IDispatch介面。 ISCardAuth 也有下列類型的成員:
方法
ISCardAuth介面具有這些方法。
方法 | 描述 |
---|---|
APP_Auth | 允許應用程式使用挑戰/簽章通訊協定自行驗證。 |
GetChallenge | 從智慧卡傳回挑戰。 |
ICC_Auth | 允許應用程式驗證智慧卡。 |
User_Auth | 允許存取使用者驗證服務。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2003 [僅限傳統型應用程式] |
用戶端支援結束 |
Windows XP |
伺服器終止支援 |
Windows Server 2003 |