SingleSignOnRoleProvider.GetAllRoles Method ()
Returns all the organization group claims that are configured in the Trust policy. It is invoked at Windows SharePoint Services configuration time.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public override string[] GetAllRoles()
public:
virtual array<String^>^ GetAllRoles() override
override GetAllRoles : unit -> string[]
Public Overrides Function GetAllRoles As String()
Return Value
Type: System.String[]
Returns the organization group claims that are configured in the Trust policy.
See Also
SingleSignOnRoleProvider Class
System.Web.Security.SingleSignOn Namespace
Return to top