brockallen / BrockAllen.MembershipReboot

MembershipReboot is a user identity management and authentication library.
Other
743 stars 239 forks source link

Certificate dates validity fix #660

Closed mirecg closed 7 years ago

mirecg commented 8 years ago

Fixes the date validity checks of certificate in Authenticate method to check against local time. NotBefore and NotAfter properties of the X509Certificate2 class are in local time.

brockallen commented 7 years ago

Given that I don't foresee making this change, I'll close this issue. Thanks.