Gets custom identity module's userid from vg-userid.

Namespace: Novalys.VisualGuard.Security.IdentityModule
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public static string GetCustomIdentityUserIdFromVGUserId(
	string moduleName,
	string vgUserId
)
Visual Basic
Public Shared Function GetCustomIdentityUserIdFromVGUserId ( 
	moduleName As String,
	vgUserId As String
) As String

Parameters

moduleName
Type: System..::..String
moduleName
vgUserId
Type: System..::..String

Return Value

Type: String
custom identity module's userid

See Also