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