 | LoginHandlerLogInUsingExternalAuthentication Method (ExternalLoginResult, Boolean, Int32) |
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,
int pageid
)<ObsoleteAttribute("Use LogInUsingExternalAuthentication instead.")>
Public Sub LogInUsingExternalAuthentication (
loginResult As ExternalLoginResult,
isADLogin As Boolean,
pageid As Integer
)Parameters
- loginResult
- Type: Dynamicweb.Security.UserManagement.ExternalAuthenticationExternalLoginResult
- isADLogin
- Type: SystemBoolean
- pageid
- Type: SystemInt32
See Also