C# 클래스 PhotoSharingApp.AppService.Shared.Validation.IapValidator

Validate Iap purchase receipt.
상속: IIapValidator
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
ValidateXmlSignature ( XmlDocument receipt ) : IapPurchaseContract

Validates the xml signature.

비공개 메소드들

메소드 설명
GetIapPublicCertAsByteArray ( ) : byte[]

Gets Iap cert name as a byte array.

메소드 상세

ValidateXmlSignature() 공개 메소드

Validates the xml signature.
public ValidateXmlSignature ( XmlDocument receipt ) : IapPurchaseContract
receipt System.Xml.XmlDocument Receipt to validate.
리턴 PhotoSharingApp.Portable.DataContracts.IapPurchaseContract