Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

Sunday, March 11, 2007 - Posts

Get X509Certificate2 from a LDAP Server or Remote Machine

In Scenario1 I blogged how to get Certificate using the X509Store Class. Where I used something like this.X509Store store = new X509Store(StoreName.My, StoreLocation.CurrentUser); But after spending a bit of time with the X509Store I realized it has limitations.
posted by Shahed | 0 Comments