AuthenticationContext.Authorities Property

Definition

Gets the collection of authorities to use for resolving an authentication event.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ Authorities { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> Authorities { get; }
member this.Authorities : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property Authorities As Collection(Of String)

Property Value

The collection of authorities to use for resolving an authentication event.

Applies to