3 references to EffectiveTime
System.IdentityModel (3)
System\IdentityModel\Tokens\SessionSecurityToken.cs (3)
461if (!reader.IsStartElement(dictionary.EffectiveTime, dictionary.EmptyString)) 463throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.ID4230, dictionary.EffectiveTime.Value, reader.Name))); 753XmlUtil.WriteElementContentAsInt64(dicWriter, dictionary.EffectiveTime, dictionary.EmptyString, this.ValidFrom.ToUniversalTime().Ticks);