HttpConnectionDispatcherOptions.AuthorizationData Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft eine Auflistung von ab, die während der IAuthorizeData HTTP-Verbindungspipeline verwendet wird.
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)