8 overrides of LocalName
System.ServiceModel (8)
System\ServiceModel\Security\WSSecureConversation.cs (2)
95
protected override XmlDictionaryString
LocalName
{ get { return parent.SerializerDictionary.DerivedKeyToken; } }
330
protected override XmlDictionaryString
LocalName
{ get { return parent.SerializerDictionary.SecurityContextToken; } }
System\ServiceModel\Security\WSSecurityJan2004.cs (5)
91
protected override XmlDictionaryString
LocalName
{ get { return ElementName; } }
200
protected override XmlDictionaryString
LocalName
{ get { return null; } }
302
protected override XmlDictionaryString
LocalName
{ get { return XD.SecurityJan2004Dictionary.SamlAssertion; } }
347
protected override XmlDictionaryString
LocalName
{ get { return XD.SecurityJan2004Dictionary.UserNameTokenElement; } }
491
protected override XmlDictionaryString
LocalName
{ get { return EncryptedKey.ElementName; } }
System\ServiceModel\Security\WSTrust.cs (1)
88
protected override XmlDictionaryString
LocalName
{ get { return parent.SerializerDictionary.BinarySecret; } }
2 references to LocalName
System.ServiceModel (2)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (2)
540
return element.LocalName ==
LocalName
.Value && element.NamespaceURI == NamespaceUri.Value && valueTypeUri == this.ValueTypeUri;
545
return reader.IsStartElement(this.
LocalName
, this.NamespaceUri) &&