Directly authenticate a user with the current SiteManager
instance, with userState hash is created automatically.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
bool UnsafeAuthenticate( IUser user ) |
| Visual Basic |
|---|
Function UnsafeAuthenticate ( _ user As IUser _ ) As Boolean |
| Visual C++ |
|---|
bool UnsafeAuthenticate( IUser^ user ) |
Parameters
- user
- Type: Cartella.Interfaces..::..IUser
User to authenticate as current user of this SiteManager instance
Return Value
True if authentication is successful
Remarks
Exception may be thrown if authentication encounter errors.