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

AuthenticationActiveDirectory.LogonParametersType Property

Specifies the type of logon parameters.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

[TypeConverter(typeof(BusinessClassTypeConverter<object>))]
public Type LogonParametersType { get; set; }

Property Value

Type Description
Type

The type of logon parameters.

Remarks

Refer to the How to: Use Custom Logon Parameters and Authentication topic for details.

See Also