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)

属性值

要用于解析身份验证事件的授权的集合。

适用于