AuthorizationFailureReason(IAuthorizationHandler, String) Constructor

Definition

Creates a new failure reason.

public AuthorizationFailureReason (Microsoft.AspNetCore.Authorization.IAuthorizationHandler handler, string message);
new Microsoft.AspNetCore.Authorization.AuthorizationFailureReason : Microsoft.AspNetCore.Authorization.IAuthorizationHandler * string -> Microsoft.AspNetCore.Authorization.AuthorizationFailureReason
Public Sub New (handler As IAuthorizationHandler, message As String)

Parameters

handler
IAuthorizationHandler

The handler responsible for this failure reason.

message
String

The message describing the failure.

Applies to