all groups > dotnet security > june 2006 > threads for june 1 - 7, 2006
Filter by week: 1 2 3 4 5
Issue implementing CAS/Strong Naming in n-TierApplication
Posted by msnews.microsoft.com at 6/6/2006 6:23:30 PM
Platform: VB.Net/1.1/Winforms
My application consists of standard layers: WindowsUI, BLL, OdbcDAL, Data
Model and Interface for DAL
I am trying to invoke the application from a network drive. I have given
strong name to all the assemblies (Same .snk file). I have provided the
required attr... more >>
What encryption algorithm is used by NegotiateStream?
Posted by Gary Feldman at 6/5/2006 1:37:01 PM
Does anyone know which encryption algorithm is used by NegotiateStream for
encrypting the content? I can't find this anywhere in the documentation.
And how long is the key, if that's not implied by the algorithm?
Thanks,
... more >>
Urgent help required
Posted by Swati at 6/5/2006 12:00:00 AM
Hi All,
I am new bie to RSA. I am trying to use the RSA for my requirement of
handling the license management.
My requirement is as below:
I want to issue a license to the client. The license will be generated by a
desktop application using .Net 2.0 and client will have another desktop
a... more >>
Custom CAS permission...
Posted by Pieter Philippaerts at 6/3/2006 9:05:06 PM
Hi there,
I've created a custom CAS permission in my .NET 2.0 application, but I'm
having some problems to get it to work properly.
I've based the design of my code on the article at
http://msdn2.microsoft.com/en-us/library/yctbsyf4(VS.80).aspx Everything
seems to be in order and pretty mu... more >>
3des bad data in web farm environment
Posted by molchair NO[at]SPAM gmail.com at 6/3/2006 9:31:32 AM
I am currently using 3des in a web farm environment to generate a token
that is sent to and from our partner application. The IV and key are
stored in the web.config file and are deployed to 6 servers along with
the encryption / decryption code.
When our partner application sends back the toke... more >>
How to start a application from Network-Folder?
Posted by nieurig at 6/2/2006 2:09:01 PM
Hi Folks,
we write a lot of small intern applications using VS 2005 (2.0 Framework).
Each application works if we copy the needed .exe and .dll to the client
computer drives. If we start them from a folder located a the server we get
an error massage.
Now we try to find a simple way to se... more >>
can't load CSP under asp.net
Posted by Eric Pearson at 6/2/2006 12:15:13 PM
(please read this before posting the regular kb, I AM using the UseMachineKeyStore
flag)
I've tried the workaround in http://support.microsoft.com/default.aspx?scid=kb;en-us;Q322371
I have the following code that runs on a client and in a webservice, 1.1 CLR.
CspParameters parms = new CspPa... more >>
Triple DES Bad Data Error Please Help!!!!
Posted by cmureithi NO[at]SPAM procuri.com at 6/2/2006 11:39:28 AM
I'm working on decypting Java encrypted text using TripleDES. Below is
the algorithm submitted by the producer of the ciher text:
Things needed for the consumer (vendor)
1) String used to generate the key and also the algorithm used to
generate the key
Algorithm for generating the key --... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to make SSL work for .NET 2.0 web apps
Posted by Rob R. Ainscough at 6/1/2006 7:29:00 PM
I've successfully installed my Verising SSL pro certification on my web
server, but I'm not sure how to force IIS to use SSL on my deployed web app
residing on that server?
Any hints?
what I currently have is www.myDomain.com works but issues a security
warning from IE but my site still ... more >>
Adult Verrifaction
Posted by Jeffrey Bond at 6/1/2006 1:30:01 PM
I had already put my debit card number to let my child use Microsoft
messenger but it wont let him in.... more >>
SecurityException when creating OleDbConnection
Posted by Achim Domma at 6/1/2006 10:04:32 AM
Hi,
I develop a sharepoint web part which access a database via
OleDbConnection. In my IIS trust file I have defined the permissions
like this:
<SecurityClasses>
....
<SecurityClass
Name="OleDbPermission"
Description="System.Data.OleDb.OleDbPermission,
System.Data,Version=1.0.5... more >>
|