BaseControlContext.CheckEventResult(AuthenticateResult) Method
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.
public:
bool CheckEventResult([Runtime::InteropServices::Out] Microsoft::AspNetCore::Authentication::AuthenticateResult ^ % result);
public bool CheckEventResult (out Microsoft.AspNetCore.Authentication.AuthenticateResult result);
member this.CheckEventResult : AuthenticateResult -> bool
Public Function CheckEventResult (ByRef result As AuthenticateResult) As Boolean
Parameters
- result
- AuthenticateResult