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

CreateCustomLogonWindowObjectSpaceEventArgs.LogonParameters Property

Specifies the Security System‘s logon parameters.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public object LogonParameters { get; }

Property Value

Type Description
Object

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

See Also