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