Method Validate
Validate(byte[])
THIS IS A STUB, WILL NOT EXECUTE CODE!
Validate that the Apple receipt is signed correctly.
Declaration
public AppleReceipt Validate(byte[] receiptData)
Parameters
Type | Name | Description |
---|---|---|
byte[] | receiptData | The Apple receipt to validate. |
Returns
Type | Description |
---|---|
AppleReceipt | The parsed AppleReceipt |
Exceptions
Type | Condition |
---|---|
InvalidSignatureException | The exception thrown if the receipt is incorrectly signed. |
Validate(byte[])
THIS IS A STUB, WILL NOT EXECUTE CODE!
Validate that the Apple receipt is signed correctly.
Declaration
public AppleReceipt Validate(byte[] receiptData)
Parameters
Type | Name | Description |
---|---|---|
byte[] | receiptData | The Apple receipt to validate. |
Returns
Type | Description |
---|---|
AppleReceipt | The parsed AppleReceipt |
Exceptions
Type | Condition |
---|---|
InvalidSignatureException | The exception thrown if the receipt is incorrectly signed. |