ApplicationLoadFlags Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
NoPageInfosLoad | 1 | Do not load the PageInfos collection. | |
NoNavigatorsLoad | 2 | Do not load the Navigators collection. | |
NoPerfmonObjectsLoad | 4 | Do not load the Navigators collection. | |
UseDeviceToken | 8 | The authToken should be considered a device token. | |
IsServiceApplication | 16 | The application being loaded is a Service application. | |
PreAuthenticated | 32 | The application is be loaded for a user who has been pre-authenticated. In such loads a successful authentication does not signify a login, but rather an instantiation of an IAppContext object for an already-logged-in user possibly rehydration following a .Net session timeout where an active, valid session token is still available. | |
NoPasswordValidate | 64 | The user has already been authenticated and the application should ignore the password when authenticating. This option should be used with caution and is primarily intended for use with web services. See AuthenticationFlags.NoPasswordValidate. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.