VerificationServiceClient.VerifyEntitlementToken method

SharePoint 2013

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)

'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)

Parameters

request
Type: VerificationSvc.VerifyEntitlementTokenRequest

The app license token to be validated.

Return value

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