7 references to Lifetime
System.IdentityModel (7)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (7)
268if (reader.IsStartElement(trustConstants.Elements.Lifetime, trustConstants.NamespaceURI)) 775requestSerializer.WriteXmlElement(writer, trustConstants.Elements.Lifetime, rst.Lifetime, rst, context); 1025if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.Lifetime)) 1468if (reader.IsStartElement(trustConstants.Elements.Lifetime, trustConstants.NamespaceURI)) 1757responseSerializer.WriteXmlElement(writer, trustConstants.Elements.Lifetime, rstr.Lifetime, rstr, context); 1887if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.Lifetime)) 2577writer.WriteStartElement(trustConstants.Prefix, trustConstants.Elements.Lifetime, trustConstants.NamespaceURI);