Exemple #1
0
 /// <summary>
 /// Calls success creating a ticket with the <see cref="Principal"/> and <see cref="Properties"/>.
 /// </summary>
 public void Success() => Result = HandleRequestResult.Success(new AuthenticationTicket(Principal, Properties, Scheme.Name));