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)
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
)
Return Value