AuthenticationHelperGetUserAuthenticationUrl Method |
Prepares the user authentication GUID, adds it as a query string parameter to supplied Url.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax 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:
StringTarget URL with authentication GUID parameter
See Also