Click or drag to resize

LoginHandlerLogOnWithExternalAuthentication Method (ExternalLoginResult, Boolean, Int32)

Namespace:  Dynamicweb.Frontend
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public void LogOnWithExternalAuthentication(
	ExternalLoginResult logOnResult,
	bool isADLogin,
	int pageId
)

Parameters

logOnResult
Type: Dynamicweb.Security.UserManagement.ExternalAuthenticationExternalLoginResult
isADLogin
Type: SystemBoolean
pageId
Type: SystemInt32
See Also