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 string[] FindUsersInRole(
string roleName,
string usernameToMatch
)
public:
virtual array<String^>^ FindUsersInRole(
String^ roleName,
String^ usernameToMatch
) override
override FindUsersInRole :
roleName:string *
usernameToMatch:string -> string[]
Public Overrides Function FindUsersInRole (
roleName As String,
usernameToMatch As String
) As String()
Parameters
roleName
Type: System.StringThe role to search in.
usernameToMatch
Type: System.StringThe user name to search for.
Return Value
Type: System.String[]
Information about the specified user.
See Also
SingleSignOnRoleProvider Class
System.Web.Security.SingleSignOn Namespace
Return to top