1 write to notOnOrAfter
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2Conditions.cs (1)
91
this.
notOnOrAfter
= value;
3 references to notOnOrAfter
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2Conditions.cs (3)
55
if (null != value && null != this.
notOnOrAfter
)
57
if (value.Value >= this.
notOnOrAfter
.Value)
75
return this.
notOnOrAfter
;