C-DEngine 5.105

TheUserManager..::..CloudCheck Method (TheProcessMessage, Int32, Boolean)

Checks if the User attached to a TPM has permission to access a resource and the this request was checked on a cloud node

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

Syntax


public static bool CloudCheck(
	TheProcessMessage pMsg,
	int pACL,
	bool SendNACK
)
Public Shared Function CloudCheck ( _
	pMsg As TheProcessMessage, _
	pACL As Integer, _
	SendNACK As Boolean _
) As Boolean
public:
static bool^ CloudCheck(
	TheProcessMessage^ pMsg, 
	int^ pACL, 
	bool^ SendNACK
)

Parameters

pMsg
Type: nsCDEngine.ViewModels..::..TheProcessMessage
pACL
Type: Int32
SendNACK
Type: Boolean

Return Value