WindowsLogin Class

Service for handling integrated authentication for web services

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebServiceAttribute(Namespace = "http://filehold.com/userrolemanager/windowslogin/")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class WindowsLogin : WebService
Inheritance
Object    MarshalByValueComponent    WebService    WindowsLogin

Constructors

WindowsLoginInitializes a new instance of the WindowsLogin class

Methods

StartSession Start session for user identified using integrated Windows authentication

Extension Methods

See Also