The IUnsafeSiteManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
UnsafeAuthenticate(IUser) |
Directly authenticate a user with the current SiteManager
instance, with userState hash is created automatically.
| |
UnsafeAuthenticate(IUser, String) |
Directly authenticates a user with the current SiteManager
instance, with the userState hash code provided.
| |
UnsafeUnauthenticate |
Unauthenticate the SiteManager if it is authenticated.
Deprecated. Use this method with caution since it doesn't remove the UserState record. |