check_password


Description:

public virtual bool check_password (Message msg, string username, string password)

Checks if msg authenticates to this via username and password.

This would normally be called from a AuthDomainGenericAuthCallback.

Parameters:

this

a AuthDomain

msg

a Message

username

a username

password

a password

Returns:

whether or not the message is authenticated