2 writes to RequestedTokenClosed
System.ServiceModel (2)
System\ServiceModel\DXD.cs (1)
295
this.
RequestedTokenClosed
= dictionary.Add(TrustDec2005Strings.RequestedTokenClosed);
System\ServiceModel\XD.cs (1)
1464
this.
RequestedTokenClosed
= dictionary.CreateString(ServiceModelStringsVersion1.String244, 244);
4 references to RequestedTokenClosed
System.ServiceModel (4)
System\ServiceModel\DXD.cs (2)
341
Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.
RequestedTokenClosed
);
418
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
RequestedTokenClosed
);
System\ServiceModel\Security\WSTrustFeb2005.cs (2)
177
if (child.LocalName == this.DriverDictionary.
RequestedTokenClosed
.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value)
225
writer.WriteElementString(this.DriverDictionary.
RequestedTokenClosed
, this.DriverDictionary.Namespace, String.Empty);