User.XboxUserHash Property

Gets a hashcode identifying the user. This value is to be used when needed for HTTP calls.

Syntax

public:
property String^ XboxUserHash {
         String^ get ();
}  

Property value

Type: String 

 Returns a hashcode identifying the user. Note that the returned hashcode is not guaranteed to remain static for a user during a session. Games should never cache this value or use it for comparison.

Remarks

Note

This is a cross-OS call. For more information, see Cross-OS Calls.

Requirements

Namespace: Windows.Xbox.System

Metadata: windows.winmd

See also

Reference

User Class

User Members

Windows.Xbox.System Namespace