Click or drag to resize
AuthenticationHelperGetUserAuthenticationUrl Method
Prepares the user authentication GUID, adds it as a query string parameter to supplied Url.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static string GetUserAuthenticationUrl(
	UserInfo user,
	string targetUrl
)

Parameters

user
Type: CMS.MembershipUserInfo
UserInfo of particular user
targetUrl
Type: SystemString
Target URL

Return Value

Type: String
Target URL with authentication GUID parameter
See Also