次の方法で共有


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)

プロパティ値

認証イベントを解決するために使用する機関のコレクション。

適用対象