Compartir a través de


Método IXblIdpAuthManager::GetTokenAndSignatureWithTokenResult (xblidpauthmanager.h)

Reservado para uso de Microsoft.

Sintaxis

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

Parámetros

msaAccountId

Tipo: __RPC__in_opt_string

appSid

Tipo: __RPC__in_string

msaTarget

Tipo: __RPC__in_string

msaPolicy

Tipo: __RPC__in_string

httpMethod

Tipo: __RPC__in_string

uri

Tipo: __RPC__in_string

headers

Tipo: __RPC__in_opt_string

body

Tipo: BYTE*

bodySize

Tipo: __RPC__in_ecount_full_opt

forceRefresh

Tipo: BOOL

result

Tipo: IXblIdpAuthTokenResult**

Valor devuelto

Tipo: HRESULT

Si este método se realiza correctamente, devuelve S_OK. De lo contrario, devuelve un código de error de HRESULT.

Requisitos

   
Plataforma de destino Windows
Encabezado xblidpauthmanager.h

Consulte también

IXblIdpAuthManager