C-DEngine 5.105

TheUserManager..::..IsUserTrusted Method

Returns true if the User of the ID is coming from a trusted node

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

Syntax


public static bool IsUserTrusted(
	Guid pCurrentUserID
)
Public Shared Function IsUserTrusted ( _
	pCurrentUserID As Guid _
) As Boolean
public:
static bool^ IsUserTrusted(
	Guid^ pCurrentUserID
)

Parameters

pCurrentUserID
Type: Guid

Return Value