WindowsTokenRoleProvider::GetAllRoles Method ()

 

This method is not supported by the Windows token role provider.

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

public:
virtual array<String^>^ GetAllRoles() override

Return Value

Type: array<System::String^>^

None. The method is not supported by the WindowsTokenRoleProvider class and always throws a ProviderException.

Exception Condition
System.Configuration.Provider::ProviderException

An unsupported method was called.

.NET Framework
Available since 2.0
Return to top
Show: