57 writes to Value
Identity.ExternalClaims (1)
Microsoft.AspNetCore.Authentication.Abstractions (1)
Microsoft.AspNetCore.Authentication.Core.Test (22)
TokenExtensionTests.cs (22)
17var tok1 = new AuthenticationToken { Name = "One", Value = "1" };
18var tok2 = new AuthenticationToken { Name = "Two", Value = "2" };
19var tok3 = new AuthenticationToken { Name = "Three", Value = "3" };
36var tok1 = new AuthenticationToken { Name = "One", Value = "1" };
37var tok2 = new AuthenticationToken { Name = "Two", Value = "2" };
38var tok3 = new AuthenticationToken { Name = "Three", Value = "3" };
45props.StoreTokens(new[] { new AuthenticationToken { Name = "Zero", Value = "0" } });
59var tok1 = new AuthenticationToken { Name = "One", Value = "1" };
60var tok2 = new AuthenticationToken { Name = "Two", Value = "2" };
61var tok3 = new AuthenticationToken { Name = "Three", Value = "3" };
67tok1.Value = ".1";
68tok2.Value = ".2";
69tok3.Value = ".3";
83var tok1 = new AuthenticationToken { Name = "One", Value = "1" };
84var tok2 = new AuthenticationToken { Name = "Two", Value = "2" };
85var tok3 = new AuthenticationToken { Name = "Three", Value = "3" };
106var tok1 = new AuthenticationToken { Name = "One", Value = "1" };
107var tok2 = new AuthenticationToken { Name = "Two", Value = "2" };
108var tok3 = new AuthenticationToken { Name = "Three", Value = "3" };
158var tok1 = new AuthenticationToken { Name = "One", Value = "1" };
159var tok2 = new AuthenticationToken { Name = "Two", Value = "2" };
160var tok3 = new AuthenticationToken { Name = "Three", Value = "3" };
Microsoft.AspNetCore.Authentication.JwtBearer (1)
Microsoft.AspNetCore.Authentication.OAuth (4)
Microsoft.AspNetCore.Authentication.OpenIdConnect (5)
Microsoft.AspNetCore.Authentication.Test (19)
TokenExtensionTests.cs (19)
13var tok1 = new AuthenticationToken { Name = "One", Value = "1" };
14var tok2 = new AuthenticationToken { Name = "Two", Value = "2" };
15var tok3 = new AuthenticationToken { Name = "Three", Value = "3" };
32var tok1 = new AuthenticationToken { Name = "One", Value = "1" };
33var tok2 = new AuthenticationToken { Name = "Two", Value = "2" };
34var tok3 = new AuthenticationToken { Name = "Three", Value = "3" };
41props.StoreTokens(new[] { new AuthenticationToken { Name = "Zero", Value = "0" } });
55var tok1 = new AuthenticationToken { Name = "One", Value = "1" };
56var tok2 = new AuthenticationToken { Name = "Two", Value = "2" };
57var tok3 = new AuthenticationToken { Name = "Three", Value = "3" };
63tok1.Value = ".1";
64tok2.Value = ".2";
65tok3.Value = ".3";
79var tok1 = new AuthenticationToken { Name = "One", Value = "1" };
80var tok2 = new AuthenticationToken { Name = "Two", Value = "2" };
81var tok3 = new AuthenticationToken { Name = "Three", Value = "3" };
102var tok1 = new AuthenticationToken { Name = "One", Value = "1" };
103var tok2 = new AuthenticationToken { Name = "Two", Value = "2" };
104var tok3 = new AuthenticationToken { Name = "Three", Value = "3" };
Microsoft.AspNetCore.Authentication.Twitter (2)
Microsoft.AspNetCore.Identity.InMemory.Test (2)
5 references to Value
Microsoft.AspNetCore.Authentication.Abstractions (1)
Microsoft.AspNetCore.Authentication.Test (1)
Microsoft.AspNetCore.Identity (1)
OpenIdConnectSample (2)