Click or drag to resize

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
)

Parameters

loginResult
Type: Dynamicweb.Security.UserManagement.ExternalAuthenticationExternalLoginResult
isADLogin
Type: SystemBoolean
pageid
Type: SystemInt32
See Also