C-DEngine 5.105

TheScopeManager..::..IsValidScopeID Method (String, String)

Verify if the given ScrambledScopeIDs are of the same scope.

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

Syntax


public static bool IsValidScopeID(
	string pSScope,
	string pSScope2
)
Public Shared Function IsValidScopeID ( _
	pSScope As String, _
	pSScope2 As String _
) As Boolean
public:
static bool^ IsValidScopeID(
	String^ pSScope, 
	String^ pSScope2
)

Parameters

pSScope
Type: String
First Scrambled Scope ID
pSScope2
Type: String
The second scrambled scope ID.

Return Value

True if valid scope identifier, false if not.

Remarks


Chris, 3/31/2020.