Implemented interface member:
method
Serialize
Microsoft.AspNetCore.Antiforgery.IAntiforgeryTokenSerializer.Serialize(Microsoft.AspNetCore.Antiforgery.AntiforgeryToken)
3 references to Serialize
Microsoft.AspNetCore.Antiforgery.Test (3)
DefaultAntiforgeryTokenSerializerTest.cs (3)
76var actualSerializedData = testSerializer.Serialize(token); 107var actualSerializedData = testSerializer.Serialize(token); 131string actualSerializedData = testSerializer.Serialize(token);