This interface defines a set of functions for a SiteManager, allowing it to authenticate an existing user object.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public interface IUnsafeSiteManager
Visual Basic
Public Interface IUnsafeSiteManager
Visual C++
public interface class IUnsafeSiteManager

Remarks

This interface must be implemented explicitly. The SiteManager object must be cast to this type in order to use the methods defined.

See Also