Base:
property
LocalName
System.ServiceModel.Security.WSSecurityTokenSerializer.TokenEntry.LocalName
3 references to LocalName
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\WSTrust.cs (3)
84return element.LocalName == LocalName.Value && (element.NamespaceURI == NamespaceUri.Value || element.NamespaceURI == _otherDictionary.Namespace.Value) && valueTypeUri == ValueTypeUri; 89return (reader.IsStartElement(LocalName, NamespaceUri) || reader.IsStartElement(LocalName, _otherDictionary.Namespace)) &&