8 overrides of LocalName
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\IdentityModel\Security\WSTrust.cs (1)
56protected override XmlDictionaryString LocalName { get { return _parent.SerializerDictionary.BinarySecret; } }
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (5)
102protected override XmlDictionaryString LocalName { get { return ElementName; } } 120protected override XmlDictionaryString LocalName { get { return null; } } 142protected override XmlDictionaryString LocalName { get { return XD.SecurityJan2004Dictionary.SamlAssertion; } } 151protected override XmlDictionaryString LocalName { get { return XD.SecurityJan2004Dictionary.UserNameTokenElement; } } 160protected override XmlDictionaryString LocalName { get { return EncryptedKey.ElementName; } }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (2)
200protected override XmlDictionaryString LocalName { get { return _parent.SerializerDictionary.SecurityContextToken; } } 229protected override XmlDictionaryString LocalName { get { return _parent.SerializerDictionary.DerivedKeyToken; } }