ModuleSecurity.LogOn Method

Do synchronous log on
Public Function LogOn( _ 
ByVal username As String, _ 
ByVal password As String
) As Task(Of eSecurityErrors)
This language is not supported or no code example is available.
public Task<eSecurityErrors> 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

Task<eSecurityErrors>

If success then it returns OK else error code

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition