2 writes to Lifetime
System.ServiceModel.Primitives (2)
System\ServiceModel\DXD.cs (1)
229Lifetime = dictionary.Add(TrustDec2005Strings.Lifetime);
System\ServiceModel\XD.cs (1)
732Lifetime = dictionary.CreateString(ServiceModelStringsVersion1.String202, 202);
4 references to Lifetime
System.ServiceModel.Primitives (4)
System\ServiceModel\DXD.cs (2)
300Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.Lifetime); 352Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.Lifetime);
System\ServiceModel\Security\WSTrust.cs (2)
368else if (child.LocalName == DriverDictionary.Lifetime.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 1123writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.Lifetime, DriverDictionary.Namespace);