GKIdentityVerificationSignatureResult Class

Definition

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.

Applies to