1 write to properties
System.IdentityModel (1)
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (1)
34properties = new Dictionary<string, object>();
6 references to properties
System.IdentityModel (6)
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (6)
55this.properties[TokenTypeProperty] = value; 68this.properties[IsOptionalTokenProperty] = value; 81this.properties[RequireCryptographicTokenProperty] = (object)value; 95this.properties[KeyUsageProperty] = (object)value; 109this.properties[KeyTypeProperty] = (object)value; 134return this.properties;