The digital signature of the HTTP request passed to IUser::GetTokenAndSignatureAsync.
public:
property String^ Signature {
String^ get ();
}
Type: String
The digital signature of the HTTP request.
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.
Namespace: Windows.Xbox.System
Metadata: windows.winmd
GetTokenAndSignatureResult Class