| Thread | Last Post | Replies |
|
| SslSteam causes spurious http connection attempts | 29 Mar 2007 15:53 GMT | 5 |
Problem: SslStream seems to try to open http connections to various machines on the internet unrelated to the address of the SSL server requested. This fails for machines not connected to the internet and causes
|
| Xmldsig Countersignature DigestValue | 28 Mar 2007 12:52 GMT | 4 |
How can i calculate DigestValue for Reference to signature ( ... uri="#signatureId" ...)? I try this code: xmlElement - signature from xml file;
|
| Office 2007 signature line | 27 Mar 2007 12:06 GMT | 2 |
Greetings All, I'm not sure if this is the place to post, if not, please indicate me where to post it. I just got my hands on my new Office 2007 instalation disc, and
|
| Setting the permissions on certificates | 26 Mar 2007 07:00 GMT | 2 |
Hey, is there are way to set the permissions on the certificate when it's been added to the Windows certificate repository? I'm currently using the 'X509Store' class to add certificates to the repository using the flag options to persist the private key but I'd like to be
|
| ADAM / AD Proxy Bind | 22 Mar 2007 17:27 GMT | 3 |
I am working with ADAM and have successfully setup a user using the Proxy Bind Redirection with AD, based on the MSFT step-by-step guide. Is anyone aware of how to setup up the Proxy Bind for users in ADAM programmatically? I have written VBS scripts to set up non-binding users ...
|
| Digital Signature on E-mails with .NET 1.1 | 21 Mar 2007 03:50 GMT | 1 |
I've been looking for a way to digitally sign an e-mail with .NET 1.1 and I haven't been able to find any way of doing this except by buying a third party product or using CDO/OOM/ExtMAPI. I read somewhere that an e-mail can be signed by attaching a pk* file, is
|
| Creating a PKCS#7 from a PKCS#1 | 19 Mar 2007 10:18 GMT | 1 |
Could anyone tell me if it's possible to create a PKCS#7 from a previously generated PKCS#1, using a keypair ( the PrivateKey) and the CryptoAPI? Or is this a bad aproach to the rigth way to get a PKCS#7 using just the KeyPair (without certificate) and CryptoAPI?
|
| Windows authendicate | 17 Mar 2007 15:19 GMT | 1 |
I'am writing a Windows application using C#. I would like to do this: Application Start: Is User Authendicated (windows) does user exists in Administrators or in MyAppGroup ( MyAppGroup = the
|
| RSACryptoServiceProvider minimum key-length | 16 Mar 2007 14:25 GMT | 12 |
i have to use RSA within .net 2.0 and i have to use a 256 bit key- length. RSACryptoServiceProvider requires a min. length of 384 bit. my current solution-ideas are:
|
| WindowsIdentity - Invalid token; it cannot be duplicated | 16 Mar 2007 14:14 GMT | 7 |
I am having invalid token, it cannot be duplicated error 70% of the time on one machine. We are creating and validating the current user. The following line of code raise exception. System.Security.Principal.WindowsIdentity winIden=new
|
| what encoding does system.xml.xmldocument.save(string path) use to save the xml document if there is no <?xml... in the front of the xml document? | 15 Mar 2007 11:32 GMT | 1 |
what encoding does system.xml.xmldocument.save(string path) use to save the xml document if there is no <?xml... in the front of the xml document?
|
| Removing the "Inherit permissions from parent" from an NTFS folder using System.Security.AccessControl | 15 Mar 2007 09:05 GMT | 1 |
I am trying to remove all the ACEs present on a local NTFS folder using C# -> System.Security.AccessControl. What I want is just to remove any permission (inherited or explicit) present on that particular folder and replace those permissions with
|
| limited account permission and writing to system areas? | 15 Mar 2007 08:12 GMT | 1 |
I'm dealing with a security problem in a global assembly that I've created and need some guidance. The assembly is used by many different client programs, so the installer of each one installs it in the Global Assembly Cache (which may end up with
|
| Encrypted XML in framework 1.1 | 14 Mar 2007 09:40 GMT | 4 |
I have been working with signed XML in .NET framework 1.1 using the SignedXml class. Now I also have to handle signed and encrypted XML, but does framework 1.1 support encrypted XML at all?
|
| AzMan AccessCheck problem with Active Directory Groups | 13 Mar 2007 11:30 GMT | 2 |
I have trouble using AD groups assigned to Roles in AzMan. The AccessCheck function works great when I assign AD Users direct to AzMan Roles. If I put an AD User into an AD Group then assign the AD Group to my
|