Hi
Can someone tell me what the difference is between the class RijndaelManaged
and Rijndael??
Is it correctly that if I call the Rijndael.Create method, a random Key and
IV is automatically generated?
Thanks a lot and Regards
Dominik
-----------------------------
http://blogs.ecre...
more >>
Hi
I have created a virtual directory on IIS using a method in
System.Enterprise.Service:
// create application virtual directory
IISVirtualRoot virtualDir = new IISVirtualRoot();
virtualDir.Delete("IIS://localhost/W3SVC/" + siteId + "/ROOT", physicalPath,
virtualPath, out error);...
more >>
I have an application consisting of one exe file and 20+ DLL's.
Now I want to dynamically load plugins in my application. But the
plugins must not be able to access my code except through some special
interface I provide it.
Is it possible to user code access security for this purpose? I do ...
more >>
Hi,
I have to develop an application that will consist of a service and a
windows forms application... the service could be on a distant server but I
need to authenticate the user as being part of the same domain. so when the
application starts, I can send something to the remote service a...
more >>
Dear all,
i have a problem with running a small application that encrypts data
using dpapi under windows 2000 sp4
anyone knows why??
is it due to the use of sp4 or what ??
thanx for ur help and time
...
more >>