Skip to main content
A newer version of this page is available. .

AuthenticationStandard.SetLogonParameters(Object) Method

Initializes the Logon Parameters.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v18.2.dll

Declaration

public override void SetLogonParameters(
    object logonParameters
)

Parameters

Name Type Description
logonParameters Object

The Logon Parameters object.

Remarks

The passed object is cast to the AuthenticationStandardLogonParameters type and then is used to initialize the AuthenticationStandard.LogonParameters property.

See Also