1 implementation of FindByTimeExpired
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (1)
112public void FindByTimeExpired(DateTime dateTime) => FindByTime(dateTime, 1);
1 reference to FindByTimeExpired
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\FindPal.cs (1)
115findPal.FindByTimeExpired(dateTime);