Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AuthenticationActiveDirectory.LogonParametersType Property

Specifies the type of logon parameters.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v20.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