3 writes to SecurityContextToken
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
144this.SecurityContextToken = dictionary.Add(SecureConversationDec2005Strings.SecurityContextToken);
System\ServiceModel\XD.cs (2)
1005this.SecurityContextToken = dictionary.CreateString(ServiceModelStringsVersion1.String115, 115); 1042this.SecurityContextToken = dictionary.CreateString(ServiceModelStringsVersion1.String115, 115);
5 references to SecurityContextToken
System.ServiceModel (5)
System\ServiceModel\DXD.cs (1)
173SecureConversationDictionaryStrings.Add(DXD.SecureConversationDec2005Dictionary.SecurityContextToken);
System\ServiceModel\Security\WSSecureConversation.cs (4)
330protected override XmlDictionaryString LocalName { get { return parent.SerializerDictionary.SecurityContextToken; } } 494writer.WriteStartElement(parent.SerializerDictionary.Prefix.Value, parent.SerializerDictionary.SecurityContextToken, parent.SerializerDictionary.Namespace); 567reader.ReadStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace); 582return reader.IsStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace);