C-DEngine 5.105

TheScopeManager..::..GetScopeHash Method

Gets the 4 digits scope hash.

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

Syntax


public static string GetScopeHash(
	string pTopic,
	bool IsSScope
)
Public Shared Function GetScopeHash ( _
	pTopic As String, _
	IsSScope As Boolean _
) As String
public:
static String^ GetScopeHash(
	String^ pTopic, 
	bool^ IsSScope
)

Parameters

pTopic
Type: String
The topic. If IsSScope is true, the pTopic is viewed as a Scrambled ScopeID.
IsSScope
Type: Boolean
if set to true [is pTopic is a scrambled Scope ID].

Return Value

System.String.