ModuleSecurity.LogOnAsync Method

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

If success then it returns OK else error code

.NET Framework

Supported in: 4.8

In this article

Definition