C-DEngine 5.105

TheUserManager..::..SentLoginCredentials Method

UX Viewer can use this function to send credentials to a relay node This call is only allowed if the usermanager is turned ON

Namespace:  nsCDEngine.Security
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool SentLoginCredentials(
	TSM pMsg,
	string pUID,
	string pRealPW
)
Public Shared Function SentLoginCredentials ( _
	pMsg As TSM, _
	pUID As String, _
	pRealPW As String _
) As Boolean
public:
static bool^ SentLoginCredentials(
	TSM^ pMsg, 
	String^ pUID, 
	String^ pRealPW
)

Parameters

pMsg
Type: nsCDEngine.BaseClasses..::..TSM
TSM must contain a valid SEID pointing to a Session that has valid RSAPublic Keys
pUID
Type: String
Username to login
pRealPW
Type: String
Password to login

Return Value