Skip to main content

AuthenticationActiveDirectory.LogonParametersType Property

Specifies the type of logon parameters.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v26.1.dll

NuGet Package: DevExpress.ExpressApp.Security

Declaration

public Type LogonParametersType { get; set; }

Property Value

Type Description
Type

The type of logon parameters.

Remarks

Refer to the Customize Standard Authentication Behavior and Supply Additional Logon Parameters (.NET Applications) section for details.

See Also