3 writes to Lifetime
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
249
this.
Lifetime
= dictionary.Add(TrustDec2005Strings.Lifetime);
System\ServiceModel\XD.cs (2)
1388
this.
Lifetime
= dictionary.CreateString(ServiceModelStringsVersion1.String202, 202);
1443
this.
Lifetime
= dictionary.CreateString(ServiceModelStringsVersion1.String202, 202);
4 references to Lifetime
System.ServiceModel (4)
System\ServiceModel\DXD.cs (2)
320
Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.
Lifetime
);
372
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
Lifetime
);
System\ServiceModel\Security\WSTrust.cs (2)
378
else if (child.LocalName == DriverDictionary.
Lifetime
.Value && child.NamespaceURI == DriverDictionary.Namespace.Value)
1199
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.
Lifetime
, DriverDictionary.Namespace);