HandleRequestResult.Success(AuthenticationTicket) 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 authentication was successful.
public:
static Microsoft::AspNetCore::Authentication::HandleRequestResult ^ Success(Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ ticket);
public static Microsoft.AspNetCore.Authentication.HandleRequestResult Success (Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket);
static member Success : Microsoft.AspNetCore.Authentication.AuthenticationTicket -> Microsoft.AspNetCore.Authentication.HandleRequestResult
Public Shared Function Success (ticket As AuthenticationTicket) As HandleRequestResult
Parameters
- ticket
- AuthenticationTicket
The ticket representing the authentication result.
Returns
The result.