GKIdentityVerificationSignatureHandler Delegate
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.
Completion handler for the GenerateIdentityVerificationSignature(GKIdentityVerificationSignatureHandler) method.
public delegate void GKIdentityVerificationSignatureHandler(NSUrl publicKeyUrl, NSData signature, NSData salt, ulong timestamp, NSError error);
type GKIdentityVerificationSignatureHandler = delegate of NSUrl * NSData * NSData * uint64 * NSError -> unit
Parameters
- publicKeyUrl
- NSUrl
- signature
- NSData
- salt
- NSData
- timestamp
- UInt64
- error
- NSError