WCF Claim question : different claimset on IIS then when selfhosted
Fri, 25 Jan 2008 23:31:59 -0800 (PST)
Hey,
I have a strange situation.
I have created a WCF service that takes a client certificate (coming
from a smartcard).
When I check the AuthorizationContext and look for the claimset
corresponding to that certificate I can find it.
Then I look to the issuer of that claimset, looking if it was issued
by th ...
|
SIgn and verify using .PFx file seperately
Thu, 24 Jan 2008 01:34:38 +0530
Hi,
I am using Csigndata.vbs from CAPICOM SDK(latest)
On server I am signing a file using .PFx file. I have notice that
DOSignCOmmand in Csigndata.VBS is signing the file and also attaching
certificate.
On remote PC i just need to run DoVerify command. it verify the signed file
without certificate(As Ce ...
|
Bug in X509Certificate2 API?
Wed, 23 Jan 2008 12:00:50 -0500
I'm now realizing that this is more than just a Crypto problem, so I'm also
posting this on this forum as well:
Ok, so the .Net API is setting a flag that says "You have the private key",
but it is not installing the private key (I have verified by looking in the
physical file store). Anyone have any thoug ...
|
Unable to log on to Windows
Wed, 23 Jan 2008 06:11:01 -0800
While attempting to setup file sharing between a wireless laptop and a
wireless desktop, I made a change to "mycomputer". I clicked the "computer
to part of a network". As a result, when I rebooted and got the ALT-CTL-DEL
screen and then the logon to Windows, my previous username and password will
not work ...
|
Code Access Security Issue - Hosting .NET Windows Forms Controls i
Tue, 22 Jan 2008 18:18:12 -0800
I am Writing a control that access the webservice to retrieve some data from
SQL server and write into an excel file. I use
Provider=Microsoft.Jet.OLEDB.4.0 to write the file to Excel file. Test the
control in the windows application, everything works fine, but when host in
IE Brower, I got the flolloing Er ...
|
Encryption Access
Mon, 21 Jan 2008 11:25:02 -0800
I have a huge issue with my small business computer's encrypted files all of
a sudden. When I try to open an encrypted pdf file it tells "there was an
error opening this document. Access denied." When i try to open an
encrypted tif file it tells me "this file is read-only. click OK to open
local copy." an ...
|
Forever
Sun, 20 Jan 2008 12:45:00 -0800
...
|
|
|
InvalidCastException using IPrincipal and GenericPrincipal
Thu, 17 Jan 2008 14:59:30 -0800 (PST)
I have a class that inherits from
System.Security.Principal.IPrincipal. It is called MYPrincipal.
I use this class to cast a value from Thread.CurrentPrincipal this
way:
//here I assigned a MYPrincipal value to Thread.CurrentPrincipal
MYPrincipal _Principal = MYPrincipal.Login(username, password);
Thread.C ...
|
How can I get all the root domains of a forest?
Thu, 17 Jan 2008 14:21:01 -0800
Hi, I'm using vs2005 and .net 2. I got the current forest and I want to get
all the root domain of all domain trees in a forest. I use
forest.RootDomain.Name and got one of the root domain. But, how can I get
all the other root domains? Thank you.
--
Thanks. ...
|
RBAC in WCF
Thu, 17 Jan 2008 01:19:00 -0800
I am using WCF to communicate the clients with the server and I have a
customer requirement to authorize the server's operations.
As far as I know WCF allow declaring an attribute that name the Group/User
(meaing the role) that can execute that method, meaning that the
authorization policy is declare hard cod ...
|