ModuleSecurity.CheckUser Method

Check user
Public Function CheckUser( _ 
ByRef username As String, _ 
ByVal password As String, _ 
Optional ByVal checkShareIP As String = null _ 
) As Integer
This language is not supported or no code example is available.
public int CheckUser( 
ref string username
string password
string checkShareIP = null 
)
This language is not supported or no code example is available.

Parameters

username
string

User name

password
string

User password

checkShareIP
string

Return Value

int

Error

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition