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