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