共用方式為


AuthenticationContext.Authorities 屬性

定義

取得要用於解析驗證事件的授權單位集合。

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)

屬性值

要用於解析驗證事件的授權單位集合。

適用於