ModuleSecurity.LogOn Method

Do synchronous log on
Public Function LogOn( _ 
ByVal username As String, _ 
ByVal password As String
) As Integer
This language is not supported or no code example is available.
public int LogOn( 
string username
string password 
)
This language is not supported or no code example is available.

Parameters

username
string

User name

password
string

Password

Return Value

int

If success then it returns OK else error code

.NET Framework

Supported in: 4.8

In this article

Definition