Click or drag to resize

ContextFactory Methods

The ContextFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleCreateByLoginOrEmailAndPassword

Creates a new context of execution for the user with the specified login (or email) and password.

Public methodStatic memberCode exampleCreateBySessionKey

Creates a new context of execution for the user behind the session key.

Public methodStatic memberCode exampleCreateByUserEmail

Creates a new context of execution for the user with the specified email address.

Public methodStatic memberCode exampleCreateByUserEncryptedKey

Creates a context using the encryption key of a user.

Public methodStatic memberCode exampleCreateByUserGuid

Creates a new context of execution for the user with the specified GUID.

Public methodStatic memberCode exampleCreateByUserToken

Creates a new context of execution for the user with the specified user token.

Public methodStatic memberCode exampleCreateForRegistration

Creates a special restricted context of execution to register a user account.

Public methodStatic memberCode exampleCreateForSuperAdmin

Creates a new context of execution for the super administrator.

Top
See Also