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