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