GetUserConfirmationRedirectUrl Method

FormsAuth

IdentityHelper..::..GetUserConfirmationRedirectUrl Method

Namespace:  Toestellenbeheer
Assembly:  Toestellenbeheer (in Toestellenbeheer.dll)

Syntax


public static string GetUserConfirmationRedirectUrl(
	string code,
	string userId,
	HttpRequest request
)
Public Shared Function GetUserConfirmationRedirectUrl ( _
	code As String, _
	userId As String, _
	request As HttpRequest _
) As String
public:
static String^ GetUserConfirmationRedirectUrl(
	String^ code, 
	String^ userId, 
	HttpRequest^ request
)

Parameters

code
Type: String
userId
Type: String
request
Type: HttpRequest