4 writes to SecurityContextTokenReferenceValueType
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (4)
454this.SecurityContextTokenReferenceValueType = dictionary.CreateString(IdentityModelStringsVersion1.String270, 270); 483this.SecurityContextTokenReferenceValueType = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String270); 528this.SecurityContextTokenReferenceValueType = dictionary.CreateString(IdentityModelStringsVersion1.String186, 186); 556this.SecurityContextTokenReferenceValueType = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String186);
2 references to SecurityContextTokenReferenceValueType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (2)
127if (valueType != null && valueType != _parent.SerializerDictionary.SecurityContextTokenReferenceValueType.Value) 178writer.WriteAttributeString(XD.SecurityJan2004Dictionary.ValueType, null, _parent.SerializerDictionary.SecurityContextTokenReferenceValueType.Value);