GameService.GetAuthenticationStatus Method

Definition

Gets the last authentication result from the game service.

public:
 static unsigned int GetAuthenticationStatus();
 static uint32_t GetAuthenticationStatus();
public static uint GetAuthenticationStatus();
function getAuthenticationStatus()
Public Shared Function GetAuthenticationStatus () As UInteger

Returns

UInt32

unsigned int

uint32_t

The last authentication result from the game service.

Remarks

All members of the Windows.Phone.System.UserProfile.GameServices.Core namespace can only be used by the XBox Live SDK. These APIs cannot be called except by applications that have the ID_CAP_GAMERSERVICES capability.

Applies to