1 write to _properties
System.ServiceModel.Primitives (1)
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (1)
33_properties = new Dictionary<string, object>();
6 references to _properties
System.ServiceModel.Primitives (6)
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (6)
54_properties[TokenTypeProperty] = value; 67_properties[IsOptionalTokenProperty] = value; 80_properties[RequireCryptographicTokenProperty] = (object)value; 94_properties[KeyUsageProperty] = (object)value; 108_properties[KeyTypeProperty] = (object)value; 133return _properties;