| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi all
I need to implement the following scenario in my application:
1. Roles are stored in SQL-SERVER.
2. Access Rights will be given to the roles...
Snig
|
04-25-2005 01:39 AM
Snig | 0 | 15 |
|  | "chlock" <taylor (AT) innovaworks (DOT) net> wrote
KEY DERIVATION ALGORITHM
The key and IV is derived by concatenating D_1, D_2, etc until enough...
chlock
|
04-24-2005 04:31 PM
Michel Gallant | 18 | 42 |
|  | I cannot find a newgroup dedicated to AzMan so if anyone has any ideas on
where else to go, I would appreciate the recomendation. On to my problem,...
Robert Ginsburg
|
04-24-2005 10:40 AM
Robert Ginsburg | 7 | 34 |
|  | Hi,
I would like to change the Windows security context of a thread, using this
code:
IntPtr pJeton;
if...
Oriane
|
04-23-2005 12:10 PM
Dominick Baier [DevelopMentor] | 6 | 17 |
|  | Hi, a few days ago i turned on the auditing on file&directory access from
ASPNET user account.
Since then i noticed many events in Protection Log...
M. Simioni
|
04-22-2005 08:22 PM
M. Simioni | 0 | 12 |
|  | I'm trying to write to the Windows event log from an ASP.NET application
which is impersonating a local user (through p/invoke LogonUser and...
Jeremy Lew
|
04-22-2005 12:01 PM
Jeremy Lew | 9 | 10 |
|  | I have created a custom event log in C#, and would like to set the retention
policy to 'Overwrite As Needed'. I have tried doing this through...
Dave Drake
|
04-22-2005 10:31 AM
Dave Drake | 1 | 34 |
|  | I am having code access security problems executing a dll from a remote
computer.
I developed a Hello World solution using C# on a network share for...
Bob Weiner
|
04-22-2005 07:12 AM
Nicole Calinoiu | 5 | 13 |
|  | I need to create a program that will run under a common user profile but
which will need to be able to perform some file IO tasks that the...
ubiquitousspor
|
04-22-2005 06:30 AM
Nicole Calinoiu | 16 | 41 |
|  | In the page_load, I have the following code:
PermissionSet ps = new PermissionSet(PermissionState.None);
ps.AddPermission(new...
chuck rudolph
|
04-21-2005 04:38 PM
chuck rudolph | 22 | 54 |
|  | My goal is to use Windows Authentication (WA) to access sensitive web
services from a compact framework (CF) application. My web site on...
Bill
|
04-21-2005 02:56 PM
Joe Kaplan \(MVP - ADSI\) | 3 | 22 |
|  | Hello Oriane,
you have to implement a custom permission to accomplish that -
maybe this is a starting...
Dominick Baier [DevelopMentor]
|
04-21-2005 10:16 AM
Oriane | 1 | 14 |
|  | Hi,
I am trying to determine if a given user has certain permission on a given
file/folder.
To do that I am getting the user SID (through WMI...
Ajay Choudhary
|
04-20-2005 09:57 PM
Joe Kaplan \(MVP - ADSI\) | 2 | 15 |
|  | Getting the lists of users in a given Domain Group?
For example, our Network people have created a group called MyAppUsers,
and have added certain...
AT
|
04-20-2005 09:53 PM
Joe Kaplan \(MVP - ADSI\) | 1 | 15 |
|  | If I have a AzMan store within ADAM and I have a role called auditor - I now
add a group that lives within AD. When I initialize a store within code...
Robert Rolls
|
04-20-2005 05:19 PM
Robert Rolls | 2 | 12 |
|  | Hi,
I'm hoping that someone can assist me. I'm trying to set code access
security to prevent an application interacting with the...
Alan Dean
|
04-20-2005 08:54 AM
Nicole Calinoiu | 11 | 37 |
|  | Hello,
I recently inherited a .net server app that communicates with its
clients over a secure channel using TSL to authenticate the clients
before...
Dan Maharry
|
04-20-2005 08:34 AM
Dan Maharry | 2 | 13 |
|  | Everytime I sign in to MSN Groups, it automatically signs in on another
person's account. That person have set up their .NET Passport to...
MiZz_TeE
|
04-20-2005 08:27 AM
Stefan | 3 | 42 |
|  | Hello Charles,
this is the normal behaviour - impersonation tokens are not copied to new
threads - you have to do that manually -
a) encapsulate...
Dominick Baier [DevelopMentor]
|
04-20-2005 04:50 AM
Dominick Baier [DevelopMentor] | 0 | 16 |
|  | I have been looking for a way to login a user from a service running on the
local machine. The service logs on as Local System Account and is allowed...
jquiet
|
04-19-2005 08:22 PM
jquiet | 9 | 18 |
|  | when our product was initially designed, the point of sale, database and
everything else resided on one server. to handle security on the point...
lloyd
|
04-19-2005 02:06 PM
lloyd | 2 | 15 |
|  | I would like to create a list of users logged into a domain using .NET. How
is this done?
jacks
|
04-19-2005 09:29 AM
jacks | 0 | 15 |
|  | hi,
i have a deployment problem. When i deploy my windows application
using Azman (azroles.dll) on win2k client, i get an error, "cannot
register...
best
|
04-18-2005 10:41 PM
best | 0 | 18 |
|  | Hi,
I'm trying to understand the underlying principles of the .NET roles
configuration.
What is clear to me is that we can map a thread/process...
Oriane
|
04-18-2005 12:22 PM
Joe Kaplan \(MVP - ADSI\) | 1 | 31 |
|  | Hi All,
I have two applications which need to exchange data in a secured manner. The
communication is one way only. I would like to do it the...
Artem Kliatchkine
|
04-18-2005 08:01 AM
Artem Kliatchkine | 3 | 17 |
|  | hi,
I have a question on Azman Authorization store and sql server. Suppose
i create an authorization in Azman with a group of users A. How can...
AT
|
04-18-2005 04:25 AM
AT | 0 | 16 |
|  | We have written a web service, but it is not accessible directly. All
requests are routed through a reverse proxy. The result of this is that...
Tim Riley
|
04-15-2005 08:30 AM
Tim Riley | 0 | 46 |
|  | You could use the built in role-based authorization framework in .NET which
is centered around the IPrincipal object or you might also consider...
Joe Kaplan \(MVP - ADSI\)
|
04-15-2005 01:20 AM
Joe Kaplan \(MVP - ADSI\) | 0 | 21 |
|  | Have a client want me to check for a valid server cert... where do i start?
Some great VB.NET HOWTO articles would be great!!
MTIA
wardeaux
Wardeaux
|
04-14-2005 05:12 PM
Wardeaux | 0 | 15 |
|  | Here is a utility which parses a capi PRIVATEKEYBLOB and instantiates
a Java PrivateKey:
http://www.jensign.com/JavaScience/PvktoJkey
This can be...
Michel Gallant
|
04-14-2005 01:30 PM
Michel Gallant | 0 | 18 |
|  | Hi,
I need to be able to retrieve a list of the users in an OU. The
following C# code works just fine and dumps out a list of all of the
user...
JohnH.
|
04-14-2005 10:06 AM
Jeff Connelly | 5 | 23 |
|  | This doesn't work like I'd expect. Looking at this...
Jeff Connelly
|
04-14-2005 10:05 AM
Jeff Connelly | 8 | 26 |
|  | Hi,
I need to calculate the Cryptographic checksum using ISO/IEC 9797-1 MAC
algorithm 3 with block cipher DES, zero IV (8bytes), and ISO...
AT
|
04-14-2005 01:22 AM
Valery Pryamikov | 4 | 28 |
|  | Fairly new to Windows security issues.... We have login to our application,
and I'm trying to implement Windows authentication. It works OK in...
Jeff Connelly
|
04-13-2005 02:02 PM
Jeff Connelly | 7 | 12 |
|  | April 13, 2005
That is also what I do to develop applications. Thanks for the info about
the threads!
Joseph MCAD
"Charles Leonard"...
Charles Leonard
|
04-13-2005 12:56 PM
Joseph MCAD | 2 | 20 |
|  | Hi all.
I'm trying to parse a Digital Certificate in .Net v1.1 to get the
signature of it. What I mean is I need to verify the Digital
Certificate....
AT
|
04-12-2005 04:03 PM
AT | 2 | 15 |
|  | Hi
I’m single .net developer and I developing asp.net web sites by c# in a
Microsoft vs.net.
I need a solution or software to protect asp.net dll...
Ali_MH
|
04-11-2005 10:16 PM
Joseph MCAD | 1 | 14 |
|  | April 6, 2005
You are right. Doing that isn't recommended. What would be better is to
strong name the assembly and then create a code group...
Bendix
|
04-11-2005 08:54 AM
Nicole Calinoiu | 4 | 23 |
|  | Hi, :)
I want to know why the RSAParameters.Exponent is always set to byte
{1,0,1},
what's the meaning of this field?
thanks very much ^_^
overpro
|
04-10-2005 08:31 AM
Valery Pryamikov | 1 | 12 |
|  | ASP.net is not working after i installed windows small business server 2003.
It's giving the following error:
In IIS directory security, I selected...
MAHI REDDY via .NET 247
|
04-10-2005 04:54 AM
Dominick Baier [DevelopMentor] | 1 | 11 |
|  | I have no clue what's happened. About a month or so ago I developed a VSTO
app that used WSE 2.0 SP2. I created a setup project that correctly...
Mike
|
04-09-2005 01:23 PM
Luke Stevens | 1 | 10 |
|  | This sounds like a delegation issue. Basically you have to give your domain
account enough privilege to allow one server to do stuff on another...
richlm
|
04-07-2005 06:17 PM
richlm | 0 | 15 |
|  | I am implementing some custom authentication for an intranet app I am
building for my company. It is all done and working but I was wondering
if...
SirPyros
|
04-07-2005 03:26 PM
Shaun Wilde | 3 | 22 |
|  | Dear all,
What is the way to add a publisher condition in ALL_GROUP at machine level
under Framework security.
I have heard this is used to prevent...
serge calderara
|
04-07-2005 02:44 PM
Joseph MCAD | 3 | 15 |
|  | Hi there. Can you help?
My encrypton / decryption routines work fine with exactly the same code if:
(a) I encrypt and decrypt with .NET FW 1.1 with...
KCS
|
04-06-2005 09:32 PM
Joe Kaplan \(MVP - ADSI\) | 9 | 14 |
|  | CryptoStream.Write doesn't properly set the byte array and byte array
values after IIS Restart. All subsequent attempts properly set and ,
and...
Chad Simons
|
04-06-2005 01:53 PM
Chad Simons | 0 | 13 |
|  | Can anyone suggest whether to use Local Admin service as a Windows service
account for our .NET ADO applicaiton or create a user with Admin...
Jeff Pigott
|
04-06-2005 01:14 PM
Nicole Calinoiu | 8 | 15 |
|  | In Asp.net forms authentication. In order to restrict certain files from
anonymous users we should set like
<deny users="?"/> in web.config...
Naveen
|
04-06-2005 11:17 AM
Joseph MCAD | 2 | 18 |
|  | Hi,
I generated public-private key pairs from crypto++ lib (ver.5.2). Now I want to use these generated keys in .NET, but thereis used RSAParamaters...
Pat Hanzel via .NET 247
|
04-06-2005 10:33 AM
Michel Gallant | 1 | 27 |
|  | Hi.
We are creating an intranet here in ASP.NET and we decided that we are
going to use a kind of Forms Authentication but using the users in...
Sankar
|
04-06-2005 07:22 AM
Nicole Calinoiu | 2 | 26 |