2 writes to SecurityContextToken
System.ServiceModel.Primitives (2)
System\ServiceModel\DXD.cs (1)
125SecurityContextToken = dictionary.Add(SecureConversationDec2005Strings.SecurityContextToken);
System\ServiceModel\XD.cs (1)
470SecurityContextToken = dictionary.CreateString(ServiceModelStringsVersion1.String115, 115);
5 references to SecurityContextToken
System.ServiceModel.Primitives (5)
System\ServiceModel\DXD.cs (1)
154SecureConversationDictionaryStrings.Add(DXD.SecureConversationDec2005Dictionary.SecurityContextToken);
System\ServiceModel\Security\WSSecureConversation.cs (4)
313protected override XmlDictionaryString LocalName { get { return Parent.SerializerDictionary.SecurityContextToken; } } 476writer.WriteStartElement(Parent.SerializerDictionary.Prefix.Value, Parent.SerializerDictionary.SecurityContextToken, Parent.SerializerDictionary.Namespace); 551reader.ReadStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace); 568return reader.IsStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace);