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