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