3 writes to notOnOrAfter
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlConditions.cs (3)
39this.notOnOrAfter = notOnOrAfter.ToUniversalTime(); 78this.notOnOrAfter = value; 120this.notOnOrAfter = DateTime.ParseExact(
3 references to notOnOrAfter
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlConditions.cs (3)
72get { return this.notOnOrAfter; } 167if (this.notOnOrAfter != SecurityUtils.MaxUtcDateTime) 170writer.WriteString(this.notOnOrAfter.ToString(SamlConstants.GeneratedDateTimeFormat, DateTimeFormatInfo.InvariantInfo));