Visual Studio 2008\Managed C++\Add Reference for AesCryptoServiceProvider?
Tue, 5 Aug 2008 08:18:50 -0700 (PDT)
Hi All,
I think this topic could go to a number of MS groups. Since it is in
regards to AesCryptoServiceProvider, I'm hoping one of the Security
folks can help.
Windows XP SP3. Visual Studio 2008. Managed Dll.
I'm attempting to create an AesCryptoServiceProvider:
AesCryptoServiceProvider^ aes = gcnew Aes ...
|
InitializeSecurityContext failing due to expired TGT?
Tue, 5 Aug 2008 03:51:44 -0700 (PDT)
Hi all,
i have an app that tries to do a Single Sign-On via AD/Kerberos to a
server app (server may be running on Unix using GSSAPI or on Windows
using SSPI, doesn't really matter). The server has an SPN in AD and
all works fine most of the time, i can login, find out usernames and
all that.
But when a use ...
|
How to launch a user process from a system process
Mon, 4 Aug 2008 09:24:47 +0200
Under Vista, my application's installation is launched by Windows installer
with elevated priviledges. So the owner of my installation program is
"SYSTEM" under Wista (and current administrator under 2000/XP). The trouble
is this installation program then launches a client program with
ShellExecute, and the ...
|
When does UpdateRemoteCredential() get called for a Credential Provider Filter?
Sat, 2 Aug 2008 17:34:07 -0700
Hey guys,
Anyone know just when UpdateRemoteCredential() is called in a Credential
Provider Filter? I have a breakpoint in both Filter() and
UpdateRemoteCredential() and when I attempt an RDP session, neither bp gets
hit.
If I do a console login, I can see Filter() get hit.
The lack of documentation o ...
|
Provider's public key is invalid
Fri, 1 Aug 2008 23:19:05 -0700 (PDT)
I'm try to sign a file using smart card.
I'm using visual studio 2008
public static byte[] SignMsg(Byte[] msg, X509Certificate2 signerCert,
bool detached)
{
// Place message in a ContentInfo object.
// This is required to build a SignedCms object.
ContentInfo conte ...
|
Anuncios Gratis www.AnunciosGratis.de
Fri, 1 Aug 2008 12:39:55 +0200
Vendo coche seat ibiza, 1999 . en buen estado, color plata, Precio ,4900 euros. Precio 4566 Euros.
Tfno: 91452123334
Puedes ver mi anuncio gratis en:
www.AnunciosGratis.de Anuncios Gratis
www.AnunciosGratis.de Anuncios Gratis
www.AnunciosGratis.de Anuncios Gratis
www.AnunciosGratis.de Anuncios Gratis
ww ...
|
Problem in authorization Manager while using AzRoles.dll
Thu, 31 Jul 2008 03:24:07 -0700 (PDT)
Hi All,
I am creating custom RoleManager by using AzRolesLib.dll. I am facing
one problem that is in the method of IsUserInRole(string userName,
string roleName). The method definition is given below
public override bool IsUserInRole(string userName, string roleName)
{
string[] usersInRole = this.Ge ...
|
|
|
Publisher name in UAC prompt with COM object
Tue, 29 Jul 2008 18:34:03 -0700
What controls the company name displayed in the UAC prompt if the prompt is
displayed as a result of a CoCreateAsAdmin call? Right now our prompt is
showing "Microsoft Corporation", which doesn't look good coming from our
application. Is there somewhere the company name needs to be registered
(e.g. the reg ...
|
How to create process as NT AUTHORITY\LOCAL SERVICE
Tue, 29 Jul 2008 02:46:17 -0700
Hello,
I have a Windows service application that is running as NT AUTHORITY\SYSTEM.
I'd like to serve some type of client requests using a less privileged
account. Windows XP (and later) has the NT AUTHORITY\LOCAL SERVICE account
which would be perfect for my purposes. Is there any way to obtain a token
h ...
|
SCardGetCardTypeProviderName returns wrong csp on Vista
Mon, 28 Jul 2008 02:49:59 -0700 (PDT)
Hello,
when retrieving csp with SCardGetCardTypeProviderName on Vista , I
get wrong value. Same code works well on XP.
My Use of SCard API
SCardListReaders - To get readers.
SCardGetStatusChange - For each reader.
SCardListCards - To get card name
SCardGetCardTypeProviderName - To get CS ...
|