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