1 write to ValueType
System.ServiceModel.Primitives (1)
System\ServiceModel\XD.cs (1)
589ValueType = dictionary.CreateString(ServiceModelStringsVersion1.String58, 58);
7 references to ValueType
System.ServiceModel.Primitives (7)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
634string valueType = reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null);
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
172writer.WriteAttributeString(XD.SecurityJan2004Dictionary.ValueType, null, Parent.SerializerDictionary.SecurityContextTokenReferenceValueType.Value);
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
52internal static readonly XmlDictionaryString ValueTypeAttribute = XD.SecurityJan2004Dictionary.ValueType;
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (2)
223throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SRP.Format(SRP.CannotReadToken, reader.LocalName, reader.NamespaceURI, localReader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null)))); 490reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null) == ValueTypeUri;
System\ServiceModel\Security\WSTrust.cs (2)
90reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null) == ValueTypeUri; 935XD.SecurityJan2004Dictionary.ValueType, null);