3 instantiations of StringSerializer
Microsoft.AspNetCore.Authentication.Test (3)
SecureDataFormatTests.cs (3)
26
var secureDataFormat = new SecureDataFormat<string>(new
StringSerializer
(), prototector);
39
var secureDataFormat = new SecureDataFormat<string>(new
StringSerializer
(), prototector);
53
var secureDataFormat = new SecureDataFormat<string>(new
StringSerializer
(), prototector);