2 references to Clone
Microsoft.AspNetCore.Authentication.Abstractions (2)
AuthenticateResult.cs (1)
64return Fail(Failure, Properties?.Clone());
AuthenticationTicket.cs (1)
66return new AuthenticationTicket(principal, Properties.Clone(), AuthenticationScheme);