Interface IStoreUserTokens
Manages manipulation of user tokens in configured License IStore.
Namespace: Sp.Agent.Storage
Assembly: Sp.Agent.dll
Methods
Delete(String)
Deletes a user token for the ProductContextFor(String, String) .
Declaration
void Delete(string username)
Parameters
Type | Name | Description |
---|---|---|
System.String | username | Username of token that is to be removed. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | thrown if |
UserTokenNotFoundException | thrown if the user token identified by |