3 references to Clone
Microsoft.AspNetCore.Authentication.Abstractions (2)
AuthenticateResult.cs (1)
64
return Fail(Failure, Properties?.
Clone
());
AuthenticationTicket.cs (1)
66
return new AuthenticationTicket(principal, Properties.
Clone
(), AuthenticationScheme);
Microsoft.AspNetCore.Authentication.Core.Test (1)
AuthenticationPropertiesTests.cs (1)
26
var copy = props.
Clone
();