LSAuthenticationObject.LogonClient Method (ClientCredentialInfo)
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(
ClientCredentialInfo clientCredentialInfo
)
public:
void LogonClient(
ClientCredentialInfo^ clientCredentialInfo
)
member LogonClient :
clientCredentialInfo:ClientCredentialInfo -> unit
Public Sub LogonClient (
clientCredentialInfo As ClientCredentialInfo
)
Parameters
clientCredentialInfo
Type: System.Web.Security.SingleSignOn.ClientCredentialInfoIndicates a specific ClientCredentialInfo object which contains the user name, password, certificate, and client authentication credentials.
See Also
LogonClient Overload
LSAuthenticationObject Class
System.Web.Security.SingleSignOn Namespace
Return to top