Skip to main content
.NET 6.0+

CreateCustomLogonWindowObjectSpaceEventArgs.LogonParameters Property

Specifies the Security System‘s logon parameters.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public object LogonParameters { get; }

Property Value

Type Description
Object

An Object which is the logon parameters used by the security system.

See Also