Base:
property
NamespaceUri
System.ServiceModel.Security.WSSecurityTokenSerializer.TokenEntry.NamespaceUri
2 references to NamespaceUri
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; 108return (reader.IsStartElement(this.LocalName, this.NamespaceUri) || reader.IsStartElement(this.LocalName, this.otherDictionary.Namespace)) &&