Skip to main content
.NET 6.0+

SecurityModule.TryUpdateLogonParameters(String, Object) Method

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public static bool TryUpdateLogonParameters(
    string password,
    object sourceObject = null
)

Parameters

Name Type
password String

Optional Parameters

Name Type Default
sourceObject Object null

Returns

Type
Boolean
See Also