| Thread | Last Post | Replies |
|
| Australian Standard AS2805.5 DES encryption | 17 Nov 2007 03:48 GMT | 1 |
Anyone ever had to implement the data encryption algorithm as defined in the Australian Standards document AS2805.5? I need to use this as part of the authentication process for a project I'm working on and haven't had any luck tracking down existing implementations of this...
|
| Need help with error adding meetingBlob to a meeting class object | 03 Nov 2007 00:26 GMT | 2 |
I got the following error: System.ArgumentException: Value does not fall within the expected range. At System.DirectorySservcies.Interop.UnsafeNativeMethods.IAds.PutEx(Int32 InControlCode, String bstrName, Object vProp) at
|
| Possible to restrict IP address access using ACLs? | 01 Nov 2007 22:13 GMT | 2 |
I'm in the process of writing a WinForms application that will allow viewing MJpeg streams from 30+ ip cameras located throughout our facility. None of the cameras will be accessable via the internet. Each camera has password protected access for up to 5 users. Some of
|
| Accessing a network share from ASP.NET | 01 Nov 2007 07:06 GMT | 2 |
When I need to access a file on a network share from web page I use LogonUserA Lib "advapi32.dll" to impersonate a network user. Login name and password of that user is in the code Is this best practice?
|