RolesAuthorizationRequirement.AllowedRoles Property

Definition

Gets the collection of allowed roles.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ AllowedRoles { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> AllowedRoles { get; }
member this.AllowedRoles : seq<string>
Public ReadOnly Property AllowedRoles As IEnumerable(Of String)

Property Value

Applies to