Base:
property
LocalName
System.ServiceModel.Security.WSSecurityTokenSerializer.TokenEntry.LocalName
3 references to LocalName
System.ServiceModel (3)
System\ServiceModel\Security\WSTrust.cs (3)
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)) &&