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