次の方法で共有


HttpConnectionDispatcherOptions.AuthorizationData プロパティ

定義

HTTP 接続パイプライン中に使用される の IAuthorizeData コレクションを取得します。

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Authorization::IAuthorizeData ^> ^ AuthorizationData { System::Collections::Generic::IList<Microsoft::AspNetCore::Authorization::IAuthorizeData ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Authorization.IAuthorizeData> AuthorizationData { get; }
member this.AuthorizationData : System.Collections.Generic.IList<Microsoft.AspNetCore.Authorization.IAuthorizeData>
Public ReadOnly Property AuthorizationData As IList(Of IAuthorizeData)

プロパティ値

適用対象