4 references to ValueType
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (4)
2204
string attrValue = reader.GetAttribute(trustConstants.Attributes.
ValueType
);
2208
SR.GetString(SR.ID0001, trustConstants.Attributes.
ValueType
, reader.Name)));
2215
SR.GetString(SR.ID3136, trustConstants.Attributes.
ValueType
, reader.LocalName, reader.NamespaceURI, attrValue)));
2299
writer.WriteAttributeString(trustConstants.Attributes.
ValueType
, binaryExchange.ValueType.AbsoluteUri);