Interface IQueryUserTokens
Provides information regarding the current user token for this ProductContextFor(String, String).
Namespace: Sp.Agent.Licensing
Assembly: Sp.Agent.dll
Methods
Fetch()
Returns a user token for this ProductContextFor(String, String).
Compared to .Valid
, this will return a token if it is not in-date, is in violation of License Binding or Virtual Execution Environment restrictions or have been tampered.
Declaration
IUserToken Fetch()
Returns
Type | Description |
---|---|
IUserToken |
See Also
Valid()
Returns a valid user token for this ProductContextFor(String, String).
Compared to .Fetch
, this will not return a token if it is not in-date, is in violation of License Binding or Virtual Execution Environment restrictions or have been tampered.
Declaration
IUserToken Valid()
Returns
Type | Description |
---|---|
IUserToken |