| LoginHandlerLogInUsingExternalAuthentication Method (ExternalLoginResult, Boolean) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Frontend
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use LogInUsingExternalAuthentication instead.")]
public void LogInUsingExternalAuthentication(
ExternalLoginResult loginResult,
bool isADLogin
)
<ObsoleteAttribute("Use LogInUsingExternalAuthentication instead.")>
Public Sub LogInUsingExternalAuthentication (
loginResult As ExternalLoginResult,
isADLogin As Boolean
)
Parameters
- loginResult
- Type: Dynamicweb.Security.UserManagement.ExternalAuthenticationExternalLoginResult
- isADLogin
- Type: SystemBoolean
See Also