Click or drag to resize
UserInfoProviderEnsureRolesAndSitesForWindowsAuthentication Method
Ensures that roles and sites for the given user are present within the database. Used in case of Windows authentication.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static void EnsureRolesAndSitesForWindowsAuthentication(
	UserInfo uInfo
)

Parameters

uInfo
Type: CMS.MembershipUserInfo
Source user info object
See Also