IOCSPAdmin::GetSecurity 方法 (certadm.h)
GetSecurity 方法會取得在線憑證狀態通訊協定的安全性描述項資訊, (OCSP) 回應者伺服器。
語法
HRESULT GetSecurity(
[in] const BSTR bstrServerName,
[out] BSTR *pVal
);
參數
[in] bstrServerName
包含 responder-server 名稱的字串。
[out] pVal
傳回值
C++
如果方法成功,它會 傳回S_OK。如果方法失敗,它會傳回指出錯誤的 HRESULT 值。 如需常見錯誤碼的清單,請參閱 一般 HRESULT 值。
VB
安全性描述項資訊。備註
這個方法會呼叫 ConvertSecurityDescriptorToStringSecurityDescriptor 函 式,以 在安全性描述元字串格式中建立字串值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2008 Datacenter、Windows Server 2008 Enterprise [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | certadm.h (包含 Certsrv.h) |
程式庫 | Certadm.lib |
Dll | Certadm.dll |