EmptyUserServer.CheckCredentials Method

public override bool CheckCredentials( 
string userName
string password 
)
This language is not supported or no code example is available.
public:  
bool CheckCredentials( 
String^ userName
String^ password 
)
This language is not supported or no code example is available.
public function CheckCredentials( 
userName : String
password : String 
) : boolean;
This language is not supported or no code example is available.

Parameters

userName
string

password
string

Return Value

bool

In this article

Definition