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