C-DEngine 5.105

TheScopeManager..::..GetTokenFromScrambledScopeID Method

In order to tag data with a given ScopeID (Node Realm), this function can be used to get a Hash of the CurrentScopeID (if parameter pSScope is null) This hash is not used for any encryption and a scopeID cannot be recreated from this Hash Function returns a hash-token from an Scrambled Scope ID

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

Syntax


public static string GetTokenFromScrambledScopeID(
	string pSScope
)
Public Shared Function GetTokenFromScrambledScopeID ( _
	pSScope As String _
) As String
public:
static String^ GetTokenFromScrambledScopeID(
	String^ pSScope
)

Parameters

pSScope
Type: String

Return Value