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