8 references to SetString
Microsoft.AspNetCore.Authentication.Abstractions (2)
AuthenticationProperties.cs (2)
76
set =>
SetString
(IsPersistentKey, value ? string.Empty : null);
86
set =>
SetString
(RedirectUriKey, value);
Microsoft.AspNetCore.Authentication.Core.Test (6)
AuthenticationPropertiesTests.cs (6)
82
props.
SetString
("foo", "foo bar");
87
props.
SetString
("foo", "foo baz");
92
props.
SetString
("bar", "xy");
97
props.
SetString
("bar", string.Empty);
101
props.
SetString
("foo", null);
105
props.
SetString
("doesntexist", null);