DefaultAuthorizationHandlerProvider Constructor
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.
Creates a new instance of DefaultAuthorizationHandlerProvider.
public:
DefaultAuthorizationHandlerProvider(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authorization::IAuthorizationHandler ^> ^ handlers);
public DefaultAuthorizationHandlerProvider (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Authorization.IAuthorizationHandler> handlers);
new Microsoft.AspNetCore.Authorization.DefaultAuthorizationHandlerProvider : seq<Microsoft.AspNetCore.Authorization.IAuthorizationHandler> -> Microsoft.AspNetCore.Authorization.DefaultAuthorizationHandlerProvider
Public Sub New (handlers As IEnumerable(Of IAuthorizationHandler))
Parameters
- handlers
- IEnumerable<IAuthorizationHandler>
The IAuthorizationHandlers.