1 write to Properties
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
118Properties = properties
8 references to Properties
Microsoft.AspNetCore.Authentication.Test (6)
OAuthTests.cs (2)
372Assert.Equal("testvalue", context.Properties.Items["testkey"]); 408Assert.Equal("testvalue", context.Properties.Items["testkey"]);
OpenIdConnect\OpenIdConnectEventTests.cs (1)
886Assert.Equal("testvalue", context.Properties.Items["testkey"]);
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
886Assert.Equal("testvalue", context.Properties.Items["testkey"]);
TwitterTests.cs (2)
348Assert.NotNull(context.Properties); 349Assert.Equal("testvalue", context.Properties.Items["testkey"]);
SocialSample (2)
Startup.cs (2)
222if (context.Properties != null) 225foreach (var pair in context.Properties.Items)