Skip to main content
.NET 6.0+

AuthenticationActiveDirectory.LogonParameters Property

Gets the logon parameters object.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

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

Property Value

Type Description
Object

An object that is the logon parameters.

See Also