1 write to notBefore
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2Conditions.cs (1)
63
this.
notBefore
= value;
3 references to notBefore
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2Conditions.cs (3)
47
return this.
notBefore
;
83
if (null != value && null != this.
notBefore
)
85
if (value.Value <= this.
notBefore
.Value)