Skip to main content
A newer version of this page is available. .

SecurityModule.CommitCurrentUserLogonParameters(IObjectSpace, String, Object) Method

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public static void CommitCurrentUserLogonParameters(
    IObjectSpace objectSpace,
    string password,
    object sourceObject = null
)

Parameters

Name Type
objectSpace IObjectSpace
password String

Optional Parameters

Name Type Default
sourceObject Object *null*
See Also