GKLocalPlayer.GenerateIdentityVerificationSignatureAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates and returns a signature for authenticating the local player on a third-party server. See remarks
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<GameKit.GKIdentityVerificationSignatureResult> GenerateIdentityVerificationSignatureAsync ();
abstract member GenerateIdentityVerificationSignatureAsync : unit -> System.Threading.Tasks.Task<GameKit.GKIdentityVerificationSignatureResult>
override this.GenerateIdentityVerificationSignatureAsync : unit -> System.Threading.Tasks.Task<GameKit.GKIdentityVerificationSignatureResult>
Returns
A task that represents the asynchronous GenerateIdentityVerificationSignature operation. The value of the TResult parameter is of type GameKit.GKIdentityVerificationSignatureResult. Holds the return values from the asynchronous method
- Attributes