Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for system use. Do not use.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public override void RemoveUsersFromRoles(
string[] usernames,
string[] roleNames
)
public:
virtual void RemoveUsersFromRoles(
array<String^>^ usernames,
array<String^>^ roleNames
) override
override RemoveUsersFromRoles :
usernames:string[] *
roleNames:string[] -> unit
Public Overrides Sub RemoveUsersFromRoles (
usernames As String(),
roleNames As String()
)
Parameters
usernames
Type: System.String[]A string array of user names to remove from the specified roles.
roleNames
Type: System.String[]A string array of role names to remove the specified users from.
See Also
SingleSignOnRoleProvider Class
System.Web.Security.SingleSignOn Namespace
Return to top