WindowsTokenRoleProvider.GetAllRoles Method

Definition

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

public:
 override cli::array <System::String ^> ^ GetAllRoles();
public override string[] GetAllRoles ();
override this.GetAllRoles : unit -> string[]
Public Overrides Function GetAllRoles () As String()

Returns

String[]

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

Exceptions

An unsupported method was called.

Applies to

See also