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.Core.Test (1)
AuthenticationPropertiesTests.cs (1)
26var copy = props.Clone();