VerificationServiceClient.VerifyEntitlementToken method

Specifies whether an app license token is valid, as well as various properties of the app license token.

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

Syntax

'Declaration
Public Function VerifyEntitlementToken ( _
    request As VerifyEntitlementTokenRequest _
) As VerifyEntitlementTokenResponse
'Usage
Dim instance As VerificationServiceClient
Dim request As VerifyEntitlementTokenRequest
Dim returnValue As VerifyEntitlementTokenResponse

returnValue = instance.VerifyEntitlementToken(request)
public VerifyEntitlementTokenResponse VerifyEntitlementToken(
    VerifyEntitlementTokenRequest request
)

Parameters

Return value

Type: VerificationSvc.VerifyEntitlementTokenResponse
The license token properties, including whether or not the license token is valid.

See also

Reference

VerificationServiceClient class

VerificationServiceClient members

VerificationSvc namespace

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