The IUnsafeSiteManager type exposes the following members.

Methods

  NameDescription
Public methodUnsafeAuthenticate(IUser)
Directly authenticate a user with the current SiteManager instance, with userState hash is created automatically.
Public methodUnsafeAuthenticate(IUser, String)
Directly authenticates a user with the current SiteManager instance, with the userState hash code provided.
Public methodUnsafeUnauthenticate
Unauthenticate the SiteManager if it is authenticated.

Deprecated. Use this method with caution since it doesn't remove the UserState record.

See Also