3 references to KeyExpiryTime
System.IdentityModel (3)
System\IdentityModel\Tokens\SessionSecurityToken.cs (3)
479if (!reader.IsStartElement(dictionary.KeyExpiryTime, dictionary.EmptyString)) 481throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.ID4230, dictionary.KeyExpiryTime.Value, reader.Name))); 756XmlUtil.WriteElementContentAsInt64(dicWriter, dictionary.KeyExpiryTime, dictionary.EmptyString, this.KeyExpirationTime.ToUniversalTime().Ticks);