| UserInfoProviderEnsureRolesAndSitesForWindowsAuthentication Method  | 
            Ensures that roles and sites for the given user are present within the database. Used in case of Windows authentication.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntaxpublic static void EnsureRolesAndSitesForWindowsAuthentication(
	UserInfo uInfo
)
Parameters
- uInfo
 - Type: CMS.MembershipUserInfo
Source user info object 
See Also