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