3 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);
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionHandler.cs (1)
140var refreshProperties = properties.Clone();