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

AuthenticationStandard.LogonParameters Property

Gets the logon parameters object.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

[Browsable(false)]
public override object LogonParameters { get; }

Property Value

Type Description
Object

An object specifying the logon parameters. By default, an AuthenticationStandardLogonParameters object is returned.

See Also