Freigeben über


IXblIdpAuthManager::GetTokenAndSignatureWithTokenResult-Methode (xblidpauthmanager.h)

Zur Verwendung durch Microsoft reserviert.

Syntax

HRESULT GetTokenAndSignatureWithTokenResult(
  LPCWSTR                msaAccountId,
  LPCWSTR                appSid,
  LPCWSTR                msaTarget,
  LPCWSTR                msaPolicy,
  LPCWSTR                httpMethod,
  LPCWSTR                uri,
  LPCWSTR                headers,
  BYTE                   *body,
  DWORD                  bodySize,
  BOOL                   forceRefresh,
  IXblIdpAuthTokenResult **result
);

Parameter

msaAccountId

Typ: __RPC__in_opt_string

appSid

Typ: __RPC__in_string

msaTarget

Typ: __RPC__in_string

msaPolicy

Typ: __RPC__in_string

httpMethod

Typ: __RPC__in_string

uri

Typ: __RPC__in_string

headers

Typ: __RPC__in_opt_string

body

Typ: BYTE*

bodySize

Typ: __RPC__in_ecount_full_opt

forceRefresh

Typ: BOOL

result

Typ: IXblIdpAuthTokenResult**

Rückgabewert

Typ: HRESULT

Wenn diese Methode erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.

Anforderungen

   
Zielplattform Windows
Kopfzeile xblidpauthmanager.h

Weitere Informationen

IXblIdpAuthManager