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: 12.0.0
Syntax public static void EnsureRolesAndSitesForWindowsAuthentication(
UserInfo uInfo
)
Parameters
- uInfo
- Type: CMS.MembershipUserInfo
Source user info object
See Also