1 write to ValueType
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
1161this.ValueType = dictionary.CreateString(ServiceModelStringsVersion1.String58, 58);
7 references to ValueType
System.ServiceModel (7)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
1631string valueType = reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null);
System\ServiceModel\Security\WsKeyInfoSerializer.cs (1)
180writer.WriteAttributeString( XD.SecurityJan2004Dictionary.ValueType, null, parent.SerializerDictionary.SecurityContextTokenReferenceValueType.Value );
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
68internal static readonly XmlDictionaryString ValueTypeAttribute = XD.SecurityJan2004Dictionary.ValueType;
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (2)
244throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.CannotReadToken, reader.LocalName, reader.NamespaceURI, localReader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null)))); 546reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null) == this.ValueTypeUri;
System\ServiceModel\Security\WSTrust.cs (2)
109reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null) == this.ValueTypeUri; 1023XD.SecurityJan2004Dictionary.ValueType, null);