共用方式為


IUpdateEndpointAuthProvider::GetPreferredEndpointTokenType 方法

傳回服務端點的慣用驗證令牌類型。

語法

HRESULT GetPreferredEndpointTokenType(
  [in]  GUID               serviceId,
  [in]  UpdateEndpointType endpointType,
  [in]  ULONG              ulRequestedTypes,
  [out] ULONG              *pulPreferredTokenTypes
);

參數

serviceId [in]

識別要更新的服務。

endpointType [in]

識別連線至服務所需的端點類型。

ulRequestedTypes [in]

識別端點所支援的 ORed 令牌集。

pulPreferredTokenTypes [out]

指定慣用的驗證令牌類型 ORed 集合。 (設定為 0 表示不需要驗證令牌)。

傳回值

如果成功,則傳回S_OK。 否則,會傳回 COM 或 Windows 錯誤碼。

備註

傳回此方法時,WUA 會從慣用類型選擇令牌類型,並將它傳遞給 GetEndpointToken 方法的 tokenType 參數。

需求

需求
最低支援的用戶端
Windows XP,Windows 2000 Professional with SP3 [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2003、Windows 2000 Server with SP3 [僅限傳統型應用程式]
頁首
UpdateEndpointAuth.h
IDL
UpdateEndpointAuth.idl
程式庫
UpdateEndpointAuth.lib
DLL
UpdateEndpointAuth.dll

另請參閱

IUpdateEndpointAuthProvider

GetEndpointToken