I'm trying to get the Friendly Name from the certificate store but neither the X509CertificateCollection nor the X509Certificate class have any
friendly name in it anywhere.
I'm using .NET 1.1.
TIA.
The X509 functionality in 1.1 is very limited. Have a look at the CAPICOM
library - this will give you more features.
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
> I'm trying to get the Friendly Name from the certificate store but
> neither the X509CertificateCollection nor the X509Certificate class
[quoted text clipped - 3 lines]
>
> TIA.