2 writes to SecurityContextToken
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
144this.SecurityContextToken = dictionary.Add(SecureConversationDec2005Strings.SecurityContextToken);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
457this.SecurityContextToken = dictionary.CreateString(ServiceModelStringsVersion1.String115, 115);
5 references to SecurityContextToken
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
173SecureConversationDictionaryStrings.Add(DXD.SecureConversationDec2005Dictionary.SecurityContextToken);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (4)
320protected override XmlDictionaryString LocalName { get { return _parent.SerializerDictionary.SecurityContextToken; } } 418writer.WriteStartElement(_parent.SerializerDictionary.Prefix.Value, _parent.SerializerDictionary.SecurityContextToken, _parent.SerializerDictionary.Namespace); 491reader.ReadStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace); 506return reader.IsStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace);