3 references to Read
Microsoft.AspNetCore.Authentication (2)
PropertiesSerializer.cs (1)
39
return
Read
(reader);
TicketSerializer.cs (1)
171
var properties = PropertiesSerializer.Default.
Read
(reader);
Microsoft.AspNetCore.Authentication.Twitter (1)
Messages\RequestTokenSerializer.cs (1)
81
AuthenticationProperties? properties = PropertiesSerializer.Default.
Read
(reader);