ContextFactory Methods |
The ContextFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() ![]() | CreateByLoginOrEmailAndPassword | Creates a new context of execution for the user with the specified login (or email) and password. |
![]() ![]() ![]() | CreateBySessionKey | Creates a new context of execution for the user behind the session key. |
![]() ![]() ![]() | CreateByUserEmail | Creates a new context of execution for the user with the specified email address. |
![]() ![]() ![]() | CreateByUserEncryptedKey | Creates a context using the encryption key of a user. |
![]() ![]() ![]() | CreateByUserGuid | Creates a new context of execution for the user with the specified GUID. |
![]() ![]() ![]() | CreateByUserToken | Creates a new context of execution for the user with the specified user token. |
![]() ![]() ![]() | CreateForRegistration | Creates a special restricted context of execution to register a user account. |
![]() ![]() ![]() | CreateForSuperAdmin | Creates a new context of execution for the super administrator. |