1 write to Properties
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
293Properties = properties,
5 references to Properties
Microsoft.AspNetCore.Authentication.Test (5)
OAuthTests.cs (1)
336Assert.Equal("testvalue", context.Properties.Items["testkey"]);
OpenIdConnect\OpenIdConnectEventTests.cs (1)
815Assert.Equal("testvalue", context.Properties.Items["testkey"]);
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
815Assert.Equal("testvalue", context.Properties.Items["testkey"]);
TwitterTests.cs (2)
242Assert.NotNull(context.Properties); 243Assert.Equal("testvalue", context.Properties.Items["testkey"]);