LSAuthenticationObject.LogonClient Method (WindowsIdentity)
Logs on a client. This method should be called by the logon form when it has collected credentials.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public void LogonClient(
WindowsIdentity identity
)
public:
void LogonClient(
WindowsIdentity^ identity
)
member LogonClient :
identity:WindowsIdentity -> unit
Public Sub LogonClient (
identity As WindowsIdentity
)
Parameters
identity
Type: System.Security.Principal.WindowsIdentityIndicates a WindowsIdentity object that represents a Windows user.
See Also
LogonClient Overload
LSAuthenticationObject Class
System.Web.Security.SingleSignOn Namespace
Return to top