Implemented interface member:
method
Protect
Microsoft.AspNetCore.Authentication.ISecureDataFormat<TData>.Protect(TData)
15 references to Protect
Microsoft.AspNetCore.Authentication.Test (15)
FacebookTests.cs (1)
368var state = stateFormat.Protect(properties);
GoogleTests.cs (10)
560var state = stateFormat.Protect(properties); 627var state = stateFormat.Protect(properties); 679var state = stateFormat.Protect(properties); 723var state = stateFormat.Protect(properties); 763var state = stateFormat.Protect(properties); 808var state = stateFormat.Protect(properties); 884var state = stateFormat.Protect(properties); 928var state = stateFormat.Protect(properties); 972var state = stateFormat.Protect(properties); 1009var state = stateFormat.Protect(properties);
MicrosoftAccountTests.cs (1)
245var state = stateFormat.Protect(properties);
SecureDataFormatTests.cs (1)
29var protectedData = secureDataFormat.Protect(input);
TwitterTests.cs (2)
433var state = stateFormat.Protect(token); 512var state = stateFormat.Protect(token);