8 references to GetString
Microsoft.AspNetCore.Authentication.Abstractions (2)
AuthenticationProperties.cs (2)
75
get =>
GetString
(IsPersistentKey) != null;
85
get =>
GetString
(RedirectUriKey);
Microsoft.AspNetCore.Authentication.Core.Test (6)
AuthenticationPropertiesTests.cs (6)
79
Assert.Null(props.
GetString
("foo"));
83
Assert.Equal("foo bar", props.
GetString
("foo"));
88
Assert.Equal("foo baz", props.
GetString
("foo"));
93
Assert.Equal("xy", props.
GetString
("bar"));
98
Assert.Equal(string.Empty, props.
GetString
("bar"));
102
Assert.Null(props.
GetString
("foo"));