| Thread | Last Post | Replies |
|
| Kerberos S4U problem | 19 Jan 2006 13:51 GMT | 4 |
One of the constructors for a WindowsIdentity allows you to pass the UPN of a user and have an identity created for that user. If your permissions are setup correctly then the system is supposed to return you a delegatable token that you can use for impersonation. I have been ...
|
| User Not associated with a trusted SQL Server connection. | 19 Jan 2006 13:49 GMT | 1 |
I have a .Net app running on a Win2K3 server, with .Net framework 1.1.4322. On a separate Win2K3 server, were are running SQL 2000, with no service packs (don't tell me about it - its a customer requirement). The .Net app connects using a SQL login account, which has been granted
|
| Client/Server application with single login-SecureStream? | 18 Jan 2006 18:22 GMT | 6 |
I have a client/server application that uses TCP socket based communication, and right now I'm using my own ID/password scheme. Clients send an ID and password to the server, which authenticates them against a table in a local SQL database. This requires users to keep
|
| Securing a .NET webapp with ActiveDir and SQL-server? | 18 Jan 2006 14:03 GMT | 6 |
I have previosly developed some small apps in Visual Studio .NET 2003 and MS SQL server. Am now about to develop a secure webapp in .NET to be used on our intranet, and I'd appreciate some input.
|
| Directory access check | 17 Jan 2006 12:12 GMT | 3 |
I need to check the current principal's read-, write- and full control access to a given directory without using try-catch. Any suggestions will be highly appreciated. Best regards
|
| FIPS Validated AES Encryption | 16 Jan 2006 19:32 GMT | 1 |
I'm needing to use FIPS 140-2 validated AES encryption with in .NET 1.1. I have gotten conflicting reports regarding the validation status of this particular class. Can someone please verify whether or not the Rijndael class of System.Security.Cryptography is validated? ...
|
| Issuing X.509 Certificates | 14 Jan 2006 12:05 GMT | 9 |
How can I programmatically issue X.509 certificates for my users? I mean people give my program their public key and other characteristics of themselves (like name, address, etc) and the program gives them a digital certificate (*.cer,*.der, etc file) which is signed by my
|
| Using caspol to import a strong name codegroup | 13 Jan 2006 15:10 GMT | 3 |
I'm trying to create a new codegroup of type strong name usign the caspol utility I get an "ERROR: Unable to create specified class." error. The command line is: caspol -en -ag All_Code -custom sec3.xml FullTrust
|
| deploying a group policy to grant signed assemblies FULLTRUST | 13 Jan 2006 13:19 GMT | 5 |
I checked in the .net configuration wizard(Create Deployment Package in Runtime Security Policy) all its asking is a name of the file. and there is no help avilable. Can some one help me on this.
|
| SecurityException when app moved to network | 13 Jan 2006 13:13 GMT | 5 |
I have asimple app as below using System; using System.IO; using System.Security;
|
| HTTPS Posting Help needed | 13 Jan 2006 13:00 GMT | 3 |
I have been struggling with this for a couple of weeks. I have a digital certificate installed in my certificate collection store on my local computer. The site I am trying to post to also has our certificate installed is said it is ready to recieve transactions. I have created ...
|
| Validating an assembly | 13 Jan 2006 12:47 GMT | 7 |
I am attempting to write a application using .net remoting. i would like to validate that the client code has not been tampered with. From my understanding there is a way to validate the client's assembly, possibly using digital signing. I understand how to create the hash values ...
|
| SignedCms.ComputeSignature() gives "The recipient certificate is not specified" exception | 13 Jan 2006 00:47 GMT | 2 |
The following code gives: An unhandled exception of type 'System.InvalidOperationException' occurred in System.Security.dll Additional information: The recipient certificate is not specified.
|
| Cannot find the certificate and private key for decryption | 11 Jan 2006 19:19 GMT | 1 |
I have the following .Net code: Microsoft.Web.Services.Security.X509.X509Certificate certificate1 = Microsoft.Web.Services.Security.X509.X509Certificate.CreateCertFromFile( certPath );
|
| Get a WindowsPrincipal from a SecurityIdentifier (or system accoun | 10 Jan 2006 17:50 GMT | 10 |
I'vr written a function which checks if a use has rights to write a file. This function uses WindowsPrincipal.IsInRole to check if the user is part of a role defined on the file acl. Now I want ot change the function to also check is the system account (NT AUTHORITY\SYSTEM) has ...
|