Base:
property
ValueTypeUri
System.ServiceModel.Security.WSSecurityTokenSerializer.TokenEntry.ValueTypeUri
2 references to ValueTypeUri
System.ServiceModel (2)
System\ServiceModel\Security\WSTrust.cs (2)
103return element.LocalName == LocalName.Value && (element.NamespaceURI == NamespaceUri.Value || element.NamespaceURI == this.otherDictionary.Namespace.Value) && valueTypeUri == this.ValueTypeUri; 109reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null) == this.ValueTypeUri;