2 writes to RequestedTokenClosed
System.ServiceModel.Primitives (2)
System\ServiceModel\DXD.cs (1)
275RequestedTokenClosed = dictionary.Add(TrustDec2005Strings.RequestedTokenClosed);
System\ServiceModel\XD.cs (1)
753RequestedTokenClosed = dictionary.CreateString(ServiceModelStringsVersion1.String244, 244);
4 references to RequestedTokenClosed
System.ServiceModel.Primitives (4)
System\ServiceModel\DXD.cs (2)
321Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.RequestedTokenClosed); 398Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.RequestedTokenClosed);
System\ServiceModel\Security\WSTrustFeb2005.cs (2)
147if (child.LocalName == DriverDictionary.RequestedTokenClosed.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 199writer.WriteElementString(DriverDictionary.RequestedTokenClosed, DriverDictionary.Namespace, String.Empty);