VerifyEntitlementTokenRequest class

Represents an app license token being submitted to the Office Store verification web service for validation.

Inheritance hierarchy

System.Object
  VerificationSvc.VerifyEntitlementTokenRequest

Namespace:  VerificationSvc
Assembly:  SP15MrefVerificationSvc (in SP15MrefVerificationSvc.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class VerifyEntitlementTokenRequest
'Usage
Dim instance As VerifyEntitlementTokenRequest
[SerializableAttribute]
public class VerifyEntitlementTokenRequest

Remarks

The VerifyEntitlementTokenRequest class includes a single property, VerifyEntitlementTokenRequest.EntitlementToken which must contain the XML of the app license token. This XML fragment must be formatted according to the App License Schema.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

VerifyEntitlementTokenRequest members

VerificationSvc namespace

VerificationServiceClient.VerifyEntitlementToken

VerifyEntitlementTokenResponse

Other resources

License your apps for Office and SharePoint

How to: Add license checks to your apps for Office

How to: Add license checks to your app for SharePoint

Best practices and design patterns for app license checking

App License Schema