INapCertRelyingParty::GetSubscribedRelyingParties 方法
注意
從 Windows 10 開始,無法使用網路存取保護平臺
GetSubscribedRelyingParties方法會取得已訂閱的信賴憑證者清單。
語法
HRESULT GetSubscribedRelyingParties(
[out] EnforcementEntityCount *count,
[out] EnforcementEntityId **relyingParties
);
參數
-
count [out]
-
EnforcementEntityCount的指標,其中包含訂閱的信賴憑證者數目。
-
relyingParties [out]
-
Pointer to a pointer to an EnforcementEntityId that contains the list of subscribed relying party.
傳回值
根據這項作業的結果傳回下列其中一個錯誤碼。
傳回碼 | 描述 |
---|---|
|
作業成功。 |
|
許可權錯誤,拒絕存取。 |
|
系統資源限制,無法執行作業。 |
備註
呼叫端必須使用CoTaskMemFree釋放relyingParties參數。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |
標頭 |
|
Idl |
|