GetTokenAndSignatureResult.Signature Property

The digital signature of the HTTP request passed to IUser::GetTokenAndSignatureAsync.

Syntax

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

Property value

Type: String 

  The digital signature of the HTTP request.

Remarks

In this release, the value of Signature is always an empty string, and the Xbox services that will eventually perform signature verification do not attempt to perform any verification. Signature verification will be added in a future release.

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

GetTokenAndSignatureResult Class

GetTokenAndSignatureResult Members

Windows.Xbox.System Namespace