3 references to ExpiryTime
System.IdentityModel (3)
System\IdentityModel\Tokens\SessionSecurityToken.cs (3)
467if (!reader.IsStartElement(dictionary.ExpiryTime, dictionary.EmptyString)) 469throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.ID4230, dictionary.ExpiryTime.Value, reader.Name))); 754XmlUtil.WriteElementContentAsInt64(dicWriter, dictionary.ExpiryTime, dictionary.EmptyString, this.ValidTo.ToUniversalTime().Ticks);