Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initiates basic authentication. This method should be called by the logon form when it wishes to perform basic authentication. Typically this is done when username/password credentials are desired and IsClientNonInteractive is true.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public void InitiateBasicAuthentication()
public:
void InitiateBasicAuthentication()
member InitiateBasicAuthentication : unit -> unit
Public Sub InitiateBasicAuthentication
See Also
LSAuthenticationObject Class
System.Web.Security.SingleSignOn Namespace
Return to top