| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Does the following information help? :
http://www.jensign.com/JavaScience/dotnet/RSAEncrypt
- Mitch Gallant
MVP Security
"mathew mathew via .NET...
Michel Gallant
|
03-07-2005 06:17 PM
Michel Gallant | 0 | 28 |
|  | Just guessing here, but is the file marked as read-only or is it already on
CD when you attempt to open it? If so, you should specify that you...
Nicole Calinoiu
|
03-07-2005 02:13 PM
Nicole Calinoiu | 0 | 22 |
|  | I have a parent directory that is open to anonymous users and a sub directory
that is restricted to authenticated users. However the user is...
rapiddata
|
03-06-2005 11:53 AM
rapiddata | 0 | 21 |
|  | Hi,
in a asp-vb.net web application, i have a login page.
when i use the login page with http:// url, everything is fine,
authentication...
z. f.
|
03-06-2005 03:22 AM
z. f. | 0 | 23 |
|  | well - no built in way, at least.
you could pass the information manually in a header or a parameter. You then have to make sure noone can tamper...
Dominick Baier [DevelopMentor]
|
03-06-2005 01:43 AM
Dominick Baier [DevelopMentor] | 0 | 28 |
|  | IIS Authentication Problem?
Since '95 I have been a contractor develoing applications using Borland
Delphi (Object Pascal) creating win32 C/S...
Les P
|
03-05-2005 06:33 PM
Les P | 3 | 20 |
|  | Does anyone know of an anti virus API that could be used to scan uploaded
files from a web site? I am creating an application that will allow users...
Anthony
|
03-05-2005 11:30 AM
Calvin Luttrell | 1 | 23 |
|  | Hello,
Is it possible to create an AppDomain with FullTrust permissions? I'll
be hosting the .NET runtime in an unmanaged program, but since...
Joel Lucsy
|
03-04-2005 10:58 PM
AT | 3 | 35 |
|  | Dear all,
I need to make a strategic decision on an application where data security is
important. Collected data must be stored in a database and I...
serge calderara
|
03-04-2005 08:34 PM
Richard Welch | 1 | 36 |
|  | Hello,
would you please provide me with some simple sample of how to use the
DESCryptoServiceProvider to encrypt a buffer
byte buffer;
with...
Ondrej Sevecek
|
03-04-2005 06:31 PM
Valery Pryamikov | 2 | 27 |
|  | We have an application which load all *.dll from app directories. Is there
some way to say which can be loaded and which not? All will be strong...
ales
|
03-03-2005 03:31 PM
ales | 1 | 20 |
|  | Hi all. Where can I find documentation on using windows user controls in web
pages? I've been looking for documentation, but haven't found...
John Francisco Williams
|
03-02-2005 11:25 AM
Nicole Calinoiu | 6 | 25 |
|  | Hello,
I'm trying to use C# as a script language for my .NET application.
Users able to write a method (say, Foo(Myclass parameter))
Then in run...
JFN
|
03-02-2005 11:08 AM
AT | 8 | 26 |
|  | Given a pgp public key: Is it possible to encrypt data using the
System.Security.Cryptograghy library and decrypt the data using PGPcmdln? I
tried...
foobar
|
03-02-2005 11:06 AM
Dominick Baier [DevelopMentor] | 2 | 34 |
|  | Hi, I've got a difficult situation...
Is a website that runs on IIS with Anonymous Authentication, the tag
<identity impersonate="false"> on the...
Alberto Ortega
|
03-02-2005 11:05 AM
Alberto Ortega | 0 | 32 |
|  | I'm trying to exchange AES keys between MS RSA & AES CSP and my custom CSP.
Scenario is as follows:
- Create RSA exchange key with custom CSP
-...
Miroslav Havram
|
03-02-2005 09:52 AM
Miroslav Havram | 1 | 41 |
|  | Hi,
Well I have one of those things that seem impossible to grok, but are still
happening.
Consider this...
Matevz Gacnik
|
03-02-2005 02:03 AM
Matevz Gacnik | 0 | 16 |
|  | Hi,
I am porting an application from Java to .NET. The application encrypts
data using RSA, and this data is sent to a Linux box where it is...
mathew alexander
|
03-01-2005 06:46 PM
AT | 1 | 38 |
|  | You can iterate through the evidence collection of a loaded assembly which gives you the hash. see the code attached.
---
Dominick Baier -...
Dominick Baier [DevelopMentor]
|
03-01-2005 05:41 PM
AT | 15 | 41 |
|  | I'm working on a project where I have to pass a serialized object to a
ASP.NET web service and I recieve an exception because that the object...
Doug Holland
|
03-01-2005 12:25 PM
Nicole Calinoiu | 1 | 25 |
|  | I am trying to use the Impersonation functionality but am getting
inconsistent results. Win 2000 w/ Visual Studio 2003 .NET Framework v1.1...
whornak
|
03-01-2005 05:54 AM
Paul Glavich [MVP ASP.NET] | 1 | 36 |
|  | Hi,
Is there somewhere on the Internet a description of what a .NET
application config file should contain?
The Enterprise Library does have an...
AT
|
03-01-2005 01:24 AM
AT | 0 | 24 |
|  | Hello
I want to map X509Certificate object to Active Directory account using
classes from System.DirectoryServices in .NET Framework. I'm looking...
Marcin Belczewski
|
02-28-2005 05:00 AM
Marcin Belczewski | 0 | 29 |
|  | I have a set of applications that use a common assembly library.
AppA, AppB and AppC all use LibA and LibB
These will run on about 25...
gkelly
|
02-28-2005 12:19 AM
gkelly | 3 | 26 |
|  | I am following the MSDN Library example: An Introduction to Programming
Outlook 2003 Using C#
Attempting to access outlook from C# .NET ASP app. ...
AProchko
|
02-27-2005 10:37 PM
AProchko | 0 | 28 |
|  | Hey,
From within my security-dll I am able to display the
'CredUIPromptForCredentials' dialog.
Because this dialog is popped up from code within my...
Declercq Dirk
|
02-27-2005 08:31 AM
Declercq Dirk | 2 | 18 |
|  | Hi,
I have a "little" problem with authentication from user control (written in
..NET c#) that
is displayed in HTML page using Internet Explorer....
Mantas Miliukas
|
02-26-2005 04:02 AM
Mantas Miliukas | 2 | 24 |
|  | Hi,
I am in the process of working on ASP.NET web control. Basically the control
is just a timer which after a certain timespan posts the page back...
Nick Goloborodko
|
02-25-2005 07:37 PM
AT | 1 | 24 |
|  | We have our intranet website running on IIS 6.0 using SSL. On our application
side, we have some code that goes to...
SK
|
02-25-2005 07:09 PM
AT | 5 | 20 |
|  | Hi,
I'm not able to find any API to retrieve at runtime the hash of an assembly.
1/ is there any existing API (I might not have looked in the...
Sylvain
|
02-25-2005 07:07 PM
AT | 3 | 22 |
|  | I would like to know how i can easily use role based authentication to
enable or disable certain controls (e.g. buttons) in a windows...
Kevin Meiresonne
|
02-25-2005 04:46 PM
richlm | 1 | 21 |
|  | I work in an organization as a internee and now a dayz my task is to
maintain their web site with is run in the organization and now they
want to...
yawar khan
|
02-25-2005 05:07 AM
yawar khan | 0 | 25 |
|  | I have a web app that runs on windows 2003 server and IIS 6.0. This app runs
in a seperate application pool using a separate user called "APP_USER"...
exBK
|
02-25-2005 12:49 AM
Jan Petras | 1 | 17 |
|  | Hi All,
Here I am having a problem in implementing RSOP in ASP.NET(C#). I
don't know whether I can post technical problems here, but trying is...
veeresh nerlige
|
02-24-2005 04:16 AM
veeresh nerlige | 0 | 29 |
|  | sure!
You have to construct a WindowsPrincipal object for that user.
What kind of application are we talking about?
In Console/WinForms apps you...
Dominick Baier [DevelopMentor]
|
02-24-2005 03:55 AM
Sameh Ahmed | 3 | 23 |
|  | I'm trying to impersonate a user using the WindowsIdentity ctor. This is
what I'm doing
WindowsIdentity id = new WindowsIdentity( "test (AT) dev1...
Alberto Ortega
|
02-23-2005 09:43 PM
Joe Kaplan \(MVP - ADSI\) | 6 | 16 |
|  | I am new to dotNet, attempting to use IIS WindowsAuthentication with ASP set
for windows authentication and WebConfig set to impersonate="true". ...
GaryT - Utah
|
02-23-2005 09:06 PM
GaryT - Utah | 0 | 20 |
|  | I have a program written in MEC++ which creates a 2nd AppDomain that has it's own application base
and app.config file. This 2nd application base is...
Bern McCarty
|
02-23-2005 08:20 PM
Nicole Calinoiu | 3 | 21 |
|  | As part of one our intranet applications, I have a vb.net winform control
that is being hosted in a plain htm for now. I have signed the...
Kavitha
|
02-23-2005 11:52 AM
Kavitha | 2 | 18 |
|  | Hello,
I'm wondering if somebody can help me figure out how to decrypt data. I seem
to be able to encrypt data but have not been able to decrypt the...
Steve Long
|
02-23-2005 11:02 AM
Steve Long | 6 | 18 |
|  | Howdy,
I have an extranet that uses formsAuthentication to control access. I'm
finding that the returnURL is never appended to the querystring when...
Jared
|
02-23-2005 09:35 AM
Jared | 0 | 29 |
|  | Hello there
IsInrole gives ya the means to check if the current or impersonated user
belongs to a specific windows role or group.
is there a way to...
Sameh Ahmed
|
02-22-2005 05:04 PM
Joe Kaplan \(MVP - ADSI\) | 7 | 29 |
|  | be careful with local groups - sometime they are localized.
try using the WindowsBuiltInRole instead if you want to check the built-in groups. to...
Dominick Baier [DevelopMentor]
|
02-21-2005 03:14 PM
Dominick Baier [DevelopMentor] | 0 | 24 |
|  | We are about to launch our eSite- Customers will be entering their credit
card info however transactions take place off line. Verisign wants close...
Coffee guy
|
02-21-2005 03:08 PM
Nicole Calinoiu | 1 | 19 |
|  | I work in a law firm and all of the applications built by my team are
used solely internally. I have read help on CAS and caspol.exe, but I
am...
Jason Kendall
|
02-21-2005 02:09 PM
Jason Kendall | 4 | 23 |
|  | I'm currently seeking an ecommerce application that I can modify, focusing
on those written in DotNet. I'm evaluating an application from one...
DeepDiver
|
02-21-2005 11:21 AM
Nicole Calinoiu | 1 | 30 |
|  | I run a web application that allows users to create folders and upload
files to the server.
Since a while it does not work. I guess it is some kind...
David Lindahl
|
02-21-2005 09:22 AM
Nicole Calinoiu | 5 | 19 |
|  | Hello there
Is there a way through dotNet to check if a certain user is a member of a
specific group?
I use ADSI to get the memberships of the user...
Sameh Ahmed
|
02-21-2005 04:46 AM
Sameh Ahmed | 9 | 25 |
|  | Hello:
I would appreciate any insight into the following issue -
When attempting to execute a command file contained in Visual Studio,...
ChrisB
|
02-20-2005 10:50 PM
ChrisB | 0 | 29 |
|  | Hi EveryBody,
I have one Problem When I am Creating the DNS Zone Using Resource Record
using System Management. Iam Getting an Error Called "Generic...
Prasana
|
02-20-2005 09:54 PM
Prasana | 0 | 27 |