all groups > dotnet security > july 2004 > threads for july 8 - 14, 2004
Filter by week: 1 2 3 4 5
Re: Client Windows Application Role based Security
Posted by Henrik Skak Pedersen at 7/13/2004 8:40:26 PM
Short correction, I should be azroles.dll instead of AzMan.dll Sorry!
"Henrik Skak Pedersen" <hsp@circlecapital.com> wrote in message news:...
> Hi,
>
> I am developing a windows application and I need some kind of role based
> security. I have been looking a little at Authorization Manager ... more >>
Please recommend obfuscators and encapsulators
Posted by Larry Heller at 7/13/2004 2:51:57 PM
Hi everyone,
I'm sorry if this has been discussed before, as the news server only has
posts from the past few days, but I am looking for some recommendations on
products which discourage reverse engineering of .NET code. Please be aware
that we make heavy use of COM interop.
The products I ... more >>
Help: Security Exception
Posted by Stren Assaf at 7/13/2004 5:14:02 AM
I wrote a C# application that uses ODBC connection to MS-Sql server. The executable is located on one computer on the local network and Im accessing it from a nother pc. I succeed to open it but when im making a databse operation Im getting the following message:
"The application attempted tp perfo... more >>
method level authorization using roles defined in database in concert with CAS
Posted by hazz at 7/12/2004 11:39:49 AM
I am stuck trying to implement method level authorization within an =
assembly.
I wanted to use Declarative Security but I think this is an =
inappropriate use of this technique. I want the role below to be =
obtained dynamically at runtime as derived from a SQL Server table where =
the user ... more >>
Detecting User logon/Logoff events for a Windows Service
Posted by DotNetJunkies User at 7/12/2004 11:14:28 AM
I have written a windows service that needs to perform certain functions only if a User is logged in. The problem I am running into is that I get an error if the computer is in the process of being shut down or restarted. At all other times, the service runs just fine.
I need to either detect a... more >>
Re: Obfuscator and Decompiler
Posted by andreseibel at 7/10/2004 4:39:46 PM
You're assuming that users want to buy both products which is often not
the case.
Denis Bauer's decompiler add-in comes at $0 and suddenly high-end
obfuscators are not much different in price:
http://www.denisbauer.com/NETTools/FileDisassembler.aspx
Jonathan Pierce wrote:
> The products ... more >>
Passport Redirection Problem.
Posted by kkknnn321 NO[at]SPAM yahoo.com at 7/10/2004 5:33:31 AM
Hi. all!!!!!!!!
With Passport Authentication
AFTER SESSION TIME OUT How can i redirect the user to the Passport
login page.
And after getting the credential. I need to again redirect to the same
page..
I used the below code in vb.net
identity.LoginUser(redirectURL, 60, 1, Nothing, -... more >>
denying access to code
Posted by subT at 7/9/2004 6:08:01 PM
how do i prevent users from accessing code once the project is compiled into .exe etc? (ex. how to stop CLR debugger from showing code during runtime error?)
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How do I automate "fully trusting an assembly" through a batch file?
Posted by John Dean at 7/9/2004 5:22:09 PM
Which is the command line tool that can accomplish this:
1) Run ".NET Configuration 1.1" from Administrative Tools
2) Runtime Security Policy > Increase Assembly Trust
3) Make changes to this Computer
4) App path: \\SERVER\Path\MyApp.exe
5) set "Full Trust" for MyApp.exe
... more >>
Strong names and older modules
Posted by brckcc at 7/9/2004 2:23:02 PM
I have a C# application that needs to use an assembly that has a strong name. I also need to use a number of older "C" dll's that are not signed.
How do I do this without having to "strong name" all of the "C" dlls?
... more >>
parsing PKCS#7 returnedy by ICertAdmin2::GetArchivedKey in .NET
Posted by Sengul Vurgun at 7/9/2004 1:47:42 PM
I am trying to parse the PKCS#7 package returned by
ICertAdmin2::GetArchivedKey method of certadm.dll in .NET using runtime
callable wrappers. I tried using CAPICOM's SignedDataClass but I couldn't
get it working. When I try to access the certificates, I get "Message has
not been signed" error. ... more >>
Default credentials
Posted by Wild Wind at 7/8/2004 1:23:43 PM
Hello,
I have an application which calls a web service across the
Internet from a client machine.
The site that I have deployed the application to is such that
to browse the Internet using a web browser, a person needs to
do the following:
(a) ensure that a proxy server address is specif... more >>
|