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