Check user

Namespace: T.Modules.Security
Assembly: T.Modules (in T.Modules.dll)

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

Parameters

username
Type: string

User name

password
Type: string

User password

checkShareIP
Type: string

Return Value

Type: eSecurityErrors

Error

.NET Framework

Supported in: 4.6.2, 4.7