UserContextPersist Method (IAppContext, String) |
Caches the current credentials to the database using the specified token.
Namespace:
NetQuarry.Security
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Persist(
IAppContext appContext,
string token
)
Public Sub Persist (
appContext As IAppContext,
token As String
)
Parameters
- appContext
- Type: NetQuarryIAppContext
The current IAppContext object. - token
- Type: SystemString
The token (a 32 character GUID) to use.
See Also