HandleRequestResult.NoResult 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.
Indicates that there were no results produced during authentication.
public:
 static Microsoft::AspNetCore::Authentication::HandleRequestResult ^ NoResult();
	public static Microsoft.AspNetCore.Authentication.HandleRequestResult NoResult();
	static member NoResult : unit -> Microsoft.AspNetCore.Authentication.HandleRequestResult
	Public Shared Function NoResult () As HandleRequestResult
	Returns
The result.