Show / Hide Table of Contents

Class ISN_SKAppStoreReceipt

App Store receipt.

Inheritance
System.Object
ISN_SKAppStoreReceipt
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.StoreKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_SKAppStoreReceipt

Properties

AsBase64String

The receipt data represented as Base64String

Declaration
public string AsBase64String { get; }
Property Value
Type Description
System.String

Data

The receipt data

Declaration
public byte[] Data { get; }
Property Value
Type Description
System.Byte[]
In This Article
Back to top Generated by DocFX