HandleRequestContext<TOptions>.Result 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.
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