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