Missing X509Certificate2UI class

S

Steven Cheng[MSFT]

Hi,

Welcome.
As for the X509Certificate2UI class, it does exist under the
System.Security.Cryptography.X509Certificates namespace. However, since it
is not included in the mscorlib assembly, but in the System.Security.dll
assembly, we need to first add that assembly as reference in our project so
that the IDE's intellisense or the compiler can find it....

Hope this helps. Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)



--------------------
| Date: Thu, 29 Dec 2005 16:59:55 -0600
| From: Rich Schaefer <[email protected]>
| User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711)
| X-Accept-Language: en-us, en
| MIME-Version: 1.0
| Subject: Missing X509Certificate2UI class
| Content-Type: text/plain; charset=ISO-8859-1; format=flowed
| Content-Transfer-Encoding: 7bit
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework
| NNTP-Posting-Host: oh-clevelandheights-cdnt1-bg2c-22.clvdoh.adelphia.net
68.170.200.22
| Lines: 1
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.dotnet.framework:105943
| X-Tomcat-NG: microsoft.public.dotnet.framework
|
| I can not seem to find the X509Certificate2UI class.
| I have read:
|
|
http://download.microsoft.com/download/e/3/8/e38818ae-31e5-462b-b9ad-e6d3cd6
ad7c1/Breaking%20Changes%20Beta2%20to%20RTM.doc
|
| I can not find the methods to display a certificate in the OLD locations
either.
| I am using Visual Studio 2005 and SDK 2.0 Framework.
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top