1 write to _properties
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenRequirement.cs (1)
33_properties = new Dictionary<string, object>();
6 references to _properties
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\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;