HandleRequestContext<TOptions>.Result Property

Definition

The HandleRequestResult which is used by the handler.

public:  property Microsoft::AspNetCore::Authentication::HandleRequestResult ^ Result {  public:
Microsoft::AspNetCore::Authentication::HandleRequestResult ^ get(); protected:
 void set(Microsoft::AspNetCore::Authentication::HandleRequestResult ^ value); };
public Microsoft.AspNetCore.Authentication.HandleRequestResult Result { get; protected set; }
member this.Result : Microsoft.AspNetCore.Authentication.HandleRequestResult with get, set
Public Property Result As HandleRequestResult

Property Value

Applies to