| Thread | Last Post | Replies |
|
| Encrypt Email with Certificate Natively in .Net | 30 Nov 2006 06:26 GMT | 1 |
I wrote the following code using the ASPEncrypt .Net Component: Dim objMail As IMailSender = New MailSender Dim strEmailAddress As String objMail.Username = "xxx"
|
| Using Caspol to change Security Policy - Code Groups # different on different PC ??? | 29 Nov 2006 12:44 GMT | 1 |
On my pc I use Caspol -ag 1.4 Fulltrust - to change intranet setting On another pc I need to use Caspol -cg 1.2 Fulltrust - to change intranet setting Is this possible???
|
| Assembly Throws Network Exception... | 28 Nov 2006 16:10 GMT | 1 |
Having some trouble running a .NET 2.0 assembly from a Network Share. Assembly is on Windows Server 2003, SP1 Have installed .NET 2.0 dotnetfx Have attempted to add full trust to the network via -
|
| Unauthorised exception using WebBrowser control | 27 Nov 2006 15:02 GMT | 1 |
Guys, Not sure on the best forum for this. We are getting an unauthorised exception when using the web browser control as you can see from the call stack below
|
| Code signing - recommended cerificate provider? | 27 Nov 2006 11:39 GMT | 2 |
We're looking to sign not just executable files, but also Microsoft Visio template (VST and VTX) and stencil (VSS) files, and possibly drawing files (VSD and VDX), that contain VBA code. Such files may be in Visio 2002, 2003 and 2007 format.
|
| Encrypt data | 25 Nov 2006 16:04 GMT | 5 |
i'm trying to encrypt data with a publickey exctracted from certificate file but i got error!? this is my code: using Microsoft.Web.Services3.Security.X509;
|
| Assembly Minimum Security Requirements | 23 Nov 2006 17:49 GMT | 1 |
Using VS 2005 Pro., I have built a Class Library (DLL) with several functions, subs, etc... I would like to determine the minimum security requirements. For some reason, the "Security" tab does NOT appear when designing Class Libraries (DLL's), therefore, I cannot use the ...
|
| Running an assembly from a shared folder on the network | 23 Nov 2006 10:53 GMT | 1 |
I have an application that runs fine locally, however when I place it on a network share it issues an exception, however this does not happen on the machine the application was developed on. I fully trusted the assembly and It worked, however the share folder sould be
|
| Code Access Security for Windows Service | 22 Nov 2006 18:39 GMT | 5 |
Okay, this might well be a newbie question. Sorry about the cross-post from General, but I realised this was where I should have posted. I've written a Windows service based upon the ServiceBase class. The service, and all the classes it uses are in one assembly,
|
| Howto encrypt configuration sections using Enterprise Library ? | 22 Nov 2006 05:31 GMT | 1 |
Hello to everybody, I need to encrypt the dataConfiguration or connectionStrings section of the app.config file (using Enterprise Libary January 2006). On some sources on internet (e.g.:
|
| X509Certificate2.Verify fails | 20 Nov 2006 14:09 GMT | 1 |
I have two X509 certificates: one issued by CA on my local network (mmc certificates snap-in->Personal->All tasks->Request new certificate...) and the second one generated by makecert (I have Root Agency certificate in my trusted CA certificate store, the certificate appears to be
|
| SignedCms.ComputeSignature(CmsSigner) - Keyset does not exist | 17 Nov 2006 15:53 GMT | 2 |
I have searched quite a bit and could not find an answer to this error I am getting. ContentInfo contentInfo = new ContentInfo(msgBytes); SignedCms signedCms = new SignedCms(contentInfo);
|
| Setting CAS Policy for WinForm control in WebForm | 17 Nov 2006 13:29 GMT | 1 |
Interesting problem that someone may have an idea about. I have developed a simple windows user control that is embedded in a asp.net web form like so: <object id="Object2"
|
| Need help with DirectorySearcher FILTER using SID. | 16 Nov 2006 22:39 GMT | 5 |
Hi, I'm using vs2005, .net 2.0. I have the following method that retrieves the AD object's current login name. The search is returnning null when it shouldn't. I think there's problem with my byte array's allocation. Or maybe there's another way to do this? I saw 2.5.5.17 ...
|
| IE C# ActiveX without permissons | 16 Nov 2006 17:16 GMT | 2 |
Hi, I'm porting a VB ActiveX to C# .Net. The C# ActiveX is called from IE as following: <OBJECT id="myControl1" name="myControl1" classid="ClassLibrary1.dll#ClassLibrary1.Class2" width="0" height="0">
|