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