Skip to main content
.NET 6.0+

AuthenticationActiveDirectory.LogonParametersType Property

Specifies the type of logon parameters.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.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 Customize Standard Authentication Behavior and Supply Additional Logon Parameters (Blazor) section for details.

See Also