Implemented interface member:
method
Protect
Microsoft.AspNetCore.Authentication.ISecureDataFormat<TData>.Protect(TData)
15 references to Protect
Microsoft.AspNetCore.Authentication.Test (15)
FacebookTests.cs (1)
361var state = stateFormat.Protect(properties);
GoogleTests.cs (10)
553var state = stateFormat.Protect(properties); 620var state = stateFormat.Protect(properties); 672var state = stateFormat.Protect(properties); 716var state = stateFormat.Protect(properties); 756var state = stateFormat.Protect(properties); 801var state = stateFormat.Protect(properties); 877var state = stateFormat.Protect(properties); 921var state = stateFormat.Protect(properties); 965var state = stateFormat.Protect(properties); 1002var state = stateFormat.Protect(properties);
MicrosoftAccountTests.cs (1)
238var state = stateFormat.Protect(properties);
SecureDataFormatTests.cs (1)
29var protectedData = secureDataFormat.Protect(input);
TwitterTests.cs (2)
426var state = stateFormat.Protect(token); 505var state = stateFormat.Protect(token);