Class ISN_GKIdentityVerificationSignatureResult
Game Kit signature generation result
Inheritance
System.Object
ISN_GKIdentityVerificationSignatureResult
Namespace: SA.iOS.GameKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_GKIdentityVerificationSignatureResult : SA_Result
Properties
PublicKeyUrl
The URL for the public encryption key.
Declaration
public string PublicKeyUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
Salt
A random NSString used to compute the hash and keep it randomized.
Declaration
public byte[] Salt { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
SaltAsBse64String
A random NSString used to compute the hash and keep it randomized.
Declaration
public string SaltAsBse64String { get; }
Property Value
Type | Description |
---|---|
System.String |
Signature
The verification signature data generated.
Declaration
public byte[] Signature { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
SignatureAsBse64String
The verification signature data generated.
Declaration
public string SignatureAsBse64String { get; }
Property Value
Type | Description |
---|---|
System.String |
Timestamp
The date and time that the signature was created.
Declaration
public long Timestamp { get; }
Property Value
Type | Description |
---|---|
System.Int64 |