3 writes to notBefore
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlConditions.cs (3)
38this.notBefore = notBefore.ToUniversalTime(); 66this.notBefore = value; 115this.notBefore = DateTime.ParseExact(
3 references to notBefore
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlConditions.cs (3)
60get { return this.notBefore; } 160if (this.notBefore != SecurityUtils.MinUtcDateTime) 163writer.WriteString(this.notBefore.ToString(SamlConstants.GeneratedDateTimeFormat, DateTimeFormatInfo.InvariantInfo));