GKIdentityVerificationSignatureResult(NSUrl, NSData, NSData, UInt64) Constructor
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.
Constructs an instance of GameKit.GKIdentityVerificationSignatureResult
public GKIdentityVerificationSignatureResult (Foundation.NSUrl publicKeyUrl, Foundation.NSData signature, Foundation.NSData salt, ulong timestamp);
new GameKit.GKIdentityVerificationSignatureResult : Foundation.NSUrl * Foundation.NSData * Foundation.NSData * uint64 -> GameKit.GKIdentityVerificationSignatureResult
Parameters
- publicKeyUrl
- NSUrl
Result value from the async operation
- signature
- NSData
Result value from the async operation
- salt
- NSData
Result value from the async operation
- timestamp
- UInt64
Result value from the async operation