| Thread | Last Post | Replies |
|
| enumerate runtime permissions | 09 Oct 2005 14:23 GMT | 5 |
Is there a way for an assembly to enumerate all the permissions granted to it by the runtime? For some reason I remember reading somewhere in the past that you can't do this, but I wasn't sure.
|
| Impersonation of Client on Application Server | 07 Oct 2005 20:47 GMT | 3 |
I have a Windows Service running a BusinessObjectManager component on an application server that needs to impersonate the user that is accessing the application server using a Smart Client application. Presently the user is authenticated by getting their IIdentity by calling
|
| What is DirectoryServices.AuthenticationTypes.None | 07 Oct 2005 20:05 GMT | 4 |
AuthenticationTypes.None is the default authentication type for DirectoryEntry. But, what does "none" actually mean??? When I set it, the system still seems to be authenticating with the credentials of the calling thread. Does that mean that
|
| linkdemand for principalpermission | 07 Oct 2005 18:51 GMT | 2 |
I can't seem to understand what a linkdemand for a principalpermission means? If linkdemands are satisfied at JIT phase, how can it figure out the current principal before running the code? For example, if I was going to use windowsprincipals to make RBS decisions,
|
| MD5 Hash as Number? | 07 Oct 2005 15:44 GMT | 4 |
I have an MD5 hash, all 16 bytes of it, and I would like to store this as a number as opposed to a byte array or the conventional 32 character hex encoded string. Any ideas or am I way off course? Thanks
|
| Download Security | 07 Oct 2005 14:27 GMT | 2 |
WHAT SHOULD I DO IF I WANT TO AUTHENTICATE THE DOWNLODING USER? I AM USING ASP.NET AND C# TO CREATE MY WEBPAGES. THE SCENARIO IS SOME WHAT LIKE THIS... 1)
|
| parsing, loading, installing certificate files | 06 Oct 2005 18:41 GMT | 2 |
hint me with a class name or namespace that could be able to load a certificate file of various formats to memory. Many thanks O.
|
| Reading security permissions of file | 06 Oct 2005 06:38 GMT | 6 |
Hi I'm trying to check a file for its security permissions to determine if it is writeable or not. The code looks like that:
|
| An Encryption Strategy - Comments Please | 05 Oct 2005 00:42 GMT | 20 |
I posted in this forum not long ago regarding encryption. After some useful feedback and further reading I have come up with a strategy that I think will work. I'm interested in feedback and any suggestions. Here is my scenario.
|
| Windows principal | 04 Oct 2005 23:15 GMT | 1 |
Is there a way to get the password of the principal currently executing the assembly? Thanks in advance.
|
| "Microsoft Base Cryptographic Provider v1.0" does not work on Win2000 | 04 Oct 2005 22:16 GMT | 1 |
Hi, All! Following code works on Windows XP SP2/SP1 (eng, IE 6.0.2900.2180), but does not work on Windows 2000 SP4 (eng, IE 5.00.3700.1000). On both system .NET Framework 1.1.4 is installed.
|
| NewBie: CAS and CodeGroups | 03 Oct 2005 04:48 GMT | 2 |
I'm under the impression that the effective permissions granted to any assembly subject to CAS, will be the "minimum settings" when traversing through the permission tree. let say: [GROUP_A_1] PermissionSet: Execution
|
| Encryption | 02 Oct 2005 13:38 GMT | 2 |
I've not looked at encryption much in the past so I am relatively new to it. I am developing a commercial application in which I wish to store various connection strings in some type of file. For security purposes
|