HttpConnectionDispatcherOptions.AuthorizationData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of IAuthorizeData used during HTTP connection pipeline.
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)