WebPermission.Demand() is failing with membership condition - Strong
Name
Sun, 25 Nov 2007 06:28:35 -0800 (PST)
hi,
I'm trying to run an assembly in internet explorer (local mode - smart
client architecture).
I need to secure the running, so the first step is protecting the URL.
In .net framework 2.0 configuration I go to ->runtime security policy -
> Machine -> Code Groups I adding new code group.
In the security permi ...
|
Security and Folder/file Permissions
Sat, 24 Nov 2007 15:11:01 -0800
Running VISTA Home. Only one user defined (me) and in the user accounts I
see me as an administrator. When I attempt to rename a folder in programs
files/common files - i get permission denied. Why? I thought that as an
admin I could do anything on the PC.
-
jim ...
|
Please help : Security exception when running app from shared drive
Fri, 23 Nov 2007 10:22:48 -0800 (PST)
Hi,
I have an application, which consists from main exe and several dll.
if I install it with the setup kit I made fcrom VS, all works ok
But I need to share the folder it was installed into, and launch the
application on other computers, from the shared drive
However, when I launch it, it generate a security ...
|
Intel(R) Active Management Technology and MS Authenticode Incompatibility
Fri, 23 Nov 2007 11:00:33 -0500
This post is just for future reference in case people hit the same problem
as my current company did. A partial work around was found after a long MSDN
Support call.
There is currently an incompatibility bug between the Intel(R) Active
Management Technology services and Microsoft Authenticode. The platform ...
|
Accessing DirectorySecurity for local c$ share - 1265 error
Wed, 21 Nov 2007 07:57:02 -0800
I am using .NET 3.5 and accessing a local share
DirectorySecurity ds = Directory.GetAccessControl("\\\\127.0.0.1\\c$\\test");
But this gives an exception error of 1265
at
System.Security.AccessControl.NativeObjectSecurity.CreateInternal(ResourceType
resourceType, Boolean isContainer, String name, SafeH ...
|
DSA public key PEM format
Tue, 20 Nov 2007 12:40:17 -0800 (PST)
I am having difficulty to convert public key to PEM format. I use
DSACryptoServiceProvider class to obtain the public key blob.
DSACryptoServiceProvider dsa = new DSACryptoServiceProvider()
byte[] blob = dsa.ExportCspBlob(false);
How to convert the public key blob into openssl PEM format publ ...
|
Reading from personal certificate
Mon, 19 Nov 2007 12:34:48 -0600
I'm trying to get the Friendly Name from the certificate store but neither the X509CertificateCollection nor the X509Certificate class have any
friendly name in it anywhere.
I'm using .NET 1.1.
TIA. ...
|
|
|
Disabling security on a wireless
Sat, 17 Nov 2007 19:29:01 -0800
Would like to disable the security feature on the wireless for a short period
of time. Can anyone help me with this?
--
Barbara ...
|
user.identity.name
Fri, 16 Nov 2007 10:04:03 -0800
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 LDAP, Active Directory....
to find out more information about the user, firstname, lastname, email...
with using their password.... Any sample code or links w ...
|
Send custom IPrincipal object from client to WCF service - Possibl
Thu, 15 Nov 2007 14:12:18 -0800
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 that
holds info we need for auditing (ip, workstation_name, etc)
What we want to do is somehow pass this IPrincipal object to WCF when we
access it. This is ...
|