revoked client certificate
- by Michael
Hi guys, I have little problem. I used certificate authority in windows server 2003 and revoked client certificate. The client certificate is in revoked certificate. I try verify this client certificate on revocation in winform app in windows server 2003. Code is here :
private bool VefiryCert(X509Certificate2 cert)
{
X509Chain chain = new…