C-DEngine 5.105

TheScopeManager..::..GetScrambledScopeIDFromEasyID Method

This method creates a new scrambled ScopeID from an Easy ScopeID to allow encryption of data against a ScopeID

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

Syntax


public static string GetScrambledScopeIDFromEasyID(
	string pEasyScope,
	bool bNoLogging,
	bool bUseEasyScope16
)
Public Shared Function GetScrambledScopeIDFromEasyID ( _
	pEasyScope As String, _
	bNoLogging As Boolean, _
	bUseEasyScope16 As Boolean _
) As String
public:
static String^ GetScrambledScopeIDFromEasyID(
	String^ pEasyScope, 
	bool^ bNoLogging, 
	bool^ bUseEasyScope16
)

Parameters

pEasyScope
Type: String
bNoLogging
Type: Boolean
bUseEasyScope16
Type: Boolean

Return Value