VerifyEntitlementTokenResponse.SignInDate property

Gets or sets the time and date that represents either: the initial purchase of the license, or the latest manual license recovery time, if the purchaser has performed such a recovery by using their Microsoft account.

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

Syntax

'Declaration
Public Property SignInDate As DateTime
    Get
    Set
'Usage
Dim instance As VerifyEntitlementTokenResponse
Dim value As DateTime

value = instance.SignInDate

instance.SignInDate = value
public DateTime SignInDate { get; set; }

Property value

Type: System.DateTime
When the app was initially purchased, or when the license was last manually recovered.

Remarks

Note

The properties of the VerifyEntitlementTokenResponse object are provided for developers to verify property values of an app license. Setting these properties only changes the local copy of the license token; it has no effect on the license stored by the Office Store.

See also

Reference

VerifyEntitlementTokenResponse class

VerifyEntitlementTokenResponse 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