9 references to Properties
Microsoft.AspNetCore.Authentication (3)
TicketSerializer.cs (3)
132
writer.Write(claim.
Properties
.Count);
134
foreach (var property in claim.
Properties
)
246
claim.
Properties
.Add(key, propertyValue);
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
UniqueJsonKeyClaimAction.cs (1)
49
return c.
Properties
.TryGetValue(JwtSecurityTokenHandler.ShortClaimTypeProperty, out var shortType)
Microsoft.AspNetCore.Authentication.Test (4)
TicketSerializerTests.cs (4)
90
claim.
Properties
.Add("property-1", "property-value");
94
claim.
Properties
.Add("property-2", null);
117
var property1 = readClaim.
Properties
["property-1"];
120
var property2 = readClaim.
Properties
["property-2"];
System.Security.Claims (1)
System\Security\Claims\Claim.cs (1)
124
Properties
.Add(reader.ReadString(), reader.ReadString());