Click or drag to resize
AuthenticationHelperGetUserAuthenticationUrl Method
Gets authentication URL for automatic sign-in.

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

Parameters

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

Return Value

Type: String
Authentication URL with the token and expiration stamp.
See Also