GKIdentityVerificationSignatureResult Class
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.
Holds the return values from the asynchronous method GenerateIdentityVerificationSignatureAsync()
public class GKIdentityVerificationSignatureResult
type GKIdentityVerificationSignatureResult = class
- Inheritance
-
GKIdentityVerificationSignatureResult
Remarks
This class holds the return values from the asynchronous method GenerateIdentityVerificationSignatureAsync().
Constructors
GKIdentityVerificationSignatureResult(NSUrl, NSData, NSData, UInt64) |
Constructs an instance of GameKit.GKIdentityVerificationSignatureResult |
Properties
PublicKeyUrl |
Gets or sets the URL to the encryption key. |
Salt |
Gets or sets the salt. |
Signature |
Gets or sets the verification signature. |
Timestamp |
Gets or sets the signature creation timestamp. |