| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I have setup a standalone offline root CA (part of the domain), and a
subordinate online CA server in an Windows 2003 Server environment...
Face
|
01-03-2008 02:14 PM
Face | 2 | 530 |
|  | Hi All,
I've been trudging through old posts, but can't seem to find an
answer. This is the 'Effective Permissions' problem. I've seen a lot
of 'You...
Jeffrey Walton
|
12-28-2007 01:16 PM
Joe Kaplan | 3 | 64 |
|  | I have used the caspol tool and tried to set security for the network share
but still getting errors...
louis
|
12-27-2007 02:55 PM
louis | 0 | 56 |
|  | Hi,
I am having major problems connecting to a specific SSL-enabled
server. This server only
allow AES ciphers
V3CipherSuites ...
ntuyen01@yahoo.com
|
12-27-2007 01:33 PM
Eugene Mayevski | 1 | 57 |
|  | Hi,
I am having major problems connecting to a specific SSL-enabled
server. This server only
allow AES ciphers
V3CipherSuites ...
ntuyen01@yahoo.com
|
12-27-2007 12:54 PM
ntuyen01@yahoo.com | 0 | 55 |
|  | Hello group,
I am issuing a code-signing certificate from an Enterprise CA. I am
currently using the Certificate Services' web interface with the...
jwgoerlich@gmail.com
|
12-27-2007 11:58 AM
Brian Komar | 1 | 53 |
|  | Did you look at the classes for SignedData and EnvelopedData in the Pkcs
namespace? I'd suggest using those for doing encryption and signing...
Valery Pryamikov
|
12-26-2007 11:20 PM
Joe Kaplan | 1 | 50 |
|  | Happy Monday to everyone.
MSDN says:
code that is verifiably type safe:
- A reference to a type is strictly compatible with the type...
Internet User
|
12-24-2007 08:46 AM
Internet User | 0 | 56 |
|  | According to MSDN,
marked with the internal virtual modifier in C# (the Overloads Overridable
Friend modifier in Visual Basic). Although members...
Internet User
|
12-24-2007 08:42 AM
Internet User | 0 | 48 |
|  | Hello,
I'm looking at developing a secure communications application and I would
like to use the latest and greatest technologies, specifically the...
Jim Wyatt
|
12-23-2007 02:47 AM
Moshe100 | 1 | 60 |
|  | I am experiencing some problems with permissions. The web app uses an
assembly which contains pages derived from System.Web.UI.Page,...
Registered User
|
12-21-2007 09:05 AM
Registered User | 0 | 56 |
|  | I'm wondering if it is possible to use a public key to authenticate a
user. I'm trying to make a program that would allow a user to execute
a...
ghandi
|
12-20-2007 11:29 AM
Joe Kaplan | 7 | 64 |
|  | Hi,
I have a problem with HMACSHA512 ComputeHash fnction. I need to get same
result on every computer that runs my software.
But I have got...
news.microsoft.com
|
12-19-2007 07:39 PM
Dominick Baier | 2 | 48 |
|  | have a look here:
http://msdn.microsoft.com/msdnmag/issues/07/03/NETSecurity/default.aspx
-----
Dominick Baier...
Dominick Baier
|
12-19-2007 07:38 PM
Dominick Baier | 0 | 52 |
|  | I followed this article,
http://msdn2.microsoft.com/en-us/library/zhhddkxy.aspx
My command is:
aspnet_regiis -pe "connectionStrings" -app...
phelix.yang@gmail.com
|
12-19-2007 03:02 PM
phelix.yang@gmail.com | 0 | 49 |
|  | Hello,
our windows service has to create an OU for teams, a sub OU for _groups and
create default security groups within this _groups OU for user...
Michael Mueller
|
12-17-2007 12:09 PM
Michael Mueller | 2 | 53 |
|  | how do I fix this so I can get updates
Chuck Register
|
12-16-2007 08:44 PM
Chuck Register | 0 | 53 |
|  | when the windows does system update automatically ....this software
distribution service 3.0 does not allow me to go online again..i have to...
allnash
|
12-14-2007 10:19 PM
allnash | 0 | 62 |
|  | Using VB.NET with .NET Framework 2.0
I made a windows service with code to move files out of a folder on the
computer where the service is installed...
Jim in Arizona
|
12-13-2007 12:52 PM
Jim in Arizona | 1 | 88 |
|  | We are in a initial development stage of our code so we just need to be able
to run an executable on a server from the network (subnet). What...
sam
|
12-13-2007 12:23 PM
sam | 0 | 59 |
|  | Hi everyone,
By error i deny de logon interactivly to the administrator in my server
windows 2000. I try to use the SECEDIT.EXE to edit again the...
Paco Corona
|
12-13-2007 09:16 AM
Paco Corona | 1 | 51 |
|  | In our ASP.NET 2.0 application, we are using
ActiveDirectoryMembershipProvider that comes with ASP.NET 2.0 and following
the guidance on using it...
Nam
|
12-12-2007 01:04 PM
Nam | 0 | 55 |
|  | Can somedoby tell me the steps, or perhaps examples, which I have to
complete to access .net application on client computer from network...
B
|
12-10-2007 04:20 PM
B | 0 | 64 |
|  | Hi,
I have a WCF service which I would like to secure using a username/password
kombination. I have added the following code in the config file on...
Henrik Skak Pedersen
|
12-10-2007 01:41 PM
Henrik Skak Pedersen | 2 | 62 |
|  | Hi, I have an application that uses embedded IE windows, which doesn't
work if the user has set their IE security settings to high. Is there
any way...
jd
|
12-10-2007 12:38 PM
jd | 0 | 54 |
|  | Hello,
here comes the description of the trouble:
I try to guard my code by PrincipalPermissionAttribute (but I did also try
to call IsInRole...
djkveton
|
12-09-2007 06:02 AM
djkveton | 2 | 50 |
|  | I guess they are using the token from the current thread - which is your
logged on user.
If you need different credentials you would have to...
Dominick Baier
|
12-08-2007 08:25 AM
Dominick Baier | 0 | 47 |
|  | Hello,
I'm trying to get all audit rules for one file like so:
Dim fi As New FileInfo("C:\HostMonitorLog.txt")
Dim fs As New FileSecurity
Dim...
dan artuso
|
12-05-2007 02:46 PM
dan artuso | 1 | 57 |
|  | I have an inTRAnet web-app that runs fine under XP, but not Vista. The .apsx
does a VBscript command which fails to execute:
set wsh =...
Scott
|
12-04-2007 07:56 PM
Scott | 0 | 56 |
|  | Right. There is no such thing as client security. You will not be able to
hide a connection string's password from an determined hacker.
Either use...
Dominick Baier
|
12-04-2007 03:36 PM
Dominick Baier | 0 | 56 |
|  | Tack sa mycket
--
Arne Garvander
Certified Geek
Professional Data Dude
"Mattias Sjögren" wrote:
Arne Garvander
|
12-04-2007 02:05 PM
Arne Garvander | 1 | 53 |
|  | Hi all, I'm developing a web application with VS2005 and I've reached
the point where I have do deploy it to some servers and thus secure
sensible...
plinares
|
12-04-2007 10:35 AM
Dominick Baier | 1 | 58 |
|  | Hi,
I have a requirement to set, programmatically, permissions on users'
home and profile directories when they are created. I've sussed out...
Peter Bradley
|
12-04-2007 04:35 AM
Peter Bradley | 10 | 87 |
|  | Hi. I have created a web application. When using authentication
mode="Windows", writing to the events log (which I created in a
console application...
ndrw_cheung@yahoo.ca
|
12-03-2007 02:00 PM
ndrw_cheung@yahoo.ca | 2 | 57 |
|  | I'm creating a common .net dll for use by multiple projects (applications).
I want to ensure that only my applications (my code) can use the above...
Don
|
12-03-2007 11:33 AM
Henning Krause [MVP - Exchange] | 1 | 50 |
|  | am writing a windows application. Here is a logon windows - using
WindowsPrincipal to perform authentication to AD server. The logon part is
running...
Roger
|
12-03-2007 11:30 AM
Henning Krause [MVP - Exchange] | 1 | 57 |
|  | Hi all
I am trying to copy file from a win2000 server to a shared directory on
win2003 server using a COM component. I have used impersonation and...
ashish vasudev
|
11-30-2007 05:09 AM
coolCoder | 4 | 58 |
|  | Hello,
We have a program which is signing files with CAPICOM. Those signed files
(detachted) can't be verified by the .NET classes. I receive...
Wim
|
11-30-2007 04:58 AM
Jonas | 2 | 55 |
|  | Hi,
I am looking for suggestions / best practices for creating a C# client
application that can communicate with a Microsoft Certificate...
Redpay
|
11-29-2007 07:32 AM
Dominick Baier | 3 | 56 |
|  | I have recently upgraded my client app to .NET 2.0 to take advantage of the 2.0 framework's enhanced certificate classes. The app polls a web...
APA
|
11-29-2007 01:45 AM
APA | 0 | 49 |
|  | Hi,
I have an application that is comprised of:
A main executable
Some dynamically loaded dlls
The application sets up a server listening on a port...
kcrosbie@ravenpack.com
|
11-28-2007 09:33 AM
kcrosbie@ravenpack.com | 2 | 60 |
|  | Hi,
I'm trying to create a scheduled tasks from a .Net application (actually a
webservice). It runs as Network Service and this account doesn't have...
CasperJ
|
11-28-2007 03:29 AM
CasperJ | 0 | 52 |
|  | Hello,
Was wondering how or if this is possible - assuming the use of FullDuplex,
but open to whatever works well.
Goal:
Have x number of clients...
aiKeith
|
11-27-2007 04:56 PM
aiKeith | 6 | 56 |
|  | Hi All!
I need to make an XmlSignature that contains Object with data that
will be signed and some not be signed - to use Xades:SignedProperties
and...
Iguana
|
11-27-2007 06:46 AM
Iguana | 0 | 52 |
|  | We are trying to do something that doesnt appear to be possible.
Simply this:
We create a IPrincipal object on the client based on a custom class...
aiKeith
|
11-26-2007 11:03 AM
Dominick Baier | 6 | 57 |
|  | running Hi,
I have a .net 2.0 service that periodically needs to access a web site on
the same 2003 server machine that is configured to use https ...
chaz
|
11-26-2007 09:51 AM
SSR | 7 | 59 |
|  | create a PermissionSet and add all the needed permissions to it.
PermissionSet ps = new PermissionSet();
ps.AddPermission (...);
the call Assert on...
Dominick Baier
|
11-26-2007 09:46 AM
Dominick Baier | 0 | 62 |
|  | This is driving me nuts.
I would like to secure my WCF service using certificates but I would
like to define which certificates have access,...
tkaszuba2@gmail.com
|
11-26-2007 09:08 AM
tkaszuba2@gmail.com | 2 | 49 |
|  | Hi,
Is it possible to call a fully trusted code that performs actions that the
partially trusted appDomain running code is not allowed to run?
Here...
ShaiH
|
11-26-2007 04:17 AM
Dominick Baier | 2 | 54 |
|  | I'm building an app on our local intranet....
I can pull the network ID through -User.Identity.Name
Once I have this can I use this, or a token, or...
Paul Duncan
|
11-26-2007 04:11 AM
Dominick Baier | 1 | 54 |