2 references to KeyExpiryTime
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\SecurityContextCookieSerializer.cs (2)
88
else if (reader.IsStartElement(dictionary.
KeyExpiryTime
, dictionary.EmptyString))
188
XmlHelper.WriteElementContentAsInt64(writer, dictionary.
KeyExpiryTime
, dictionary.EmptyString, keyExpirationTime.ToUniversalTime().Ticks);