Sign In
Decrypt my World
Cryptography, Security, Debugging and more!
November, 2011
MSDN Blogs
>
Decrypt my World
>
November, 2011
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Options
About
RSS for posts
Atom
RSS for comments
OK
Disclaimer, Maps & Favorite Posts
Any of my posts is supported under any Microsoft standard support program or service. They are provided "AS IS" without warranty of any kind, and confer no rights.
Where are my readers?
Favorite Posts
Do you need help right now?
CryptoAPI Tracer script
MANAGED DEBUGGING with WINDBG. Introduction and Index
Tags
ADSI
CAPICOM
CertEnroll
CNG
CryptAcquireContext
CryptoAPI
Debugger scripts
Debugging
NT Services
P/Invoke
PowerShell
RSACryptoServiceProvider
SCard API
Smart Card
System.DirectoryServices
System.Security
VBScript
WinDbg
Windows 7
Windows SDK
Windows Server 2003
Windows Server 2008
Windows Vista
Windows XP
WMI
Archive
Archives
May 2012
(1)
April 2012
(6)
March 2012
(2)
January 2012
(1)
November 2011
(12)
September 2011
(5)
June 2011
(1)
May 2011
(2)
April 2011
(1)
March 2011
(3)
February 2011
(6)
January 2011
(2)
December 2010
(5)
October 2010
(8)
September 2010
(1)
August 2010
(8)
July 2010
(3)
June 2010
(2)
May 2010
(4)
April 2010
(3)
March 2010
(4)
February 2010
(2)
January 2010
(5)
December 2009
(6)
November 2009
(2)
October 2009
(3)
September 2009
(5)
August 2009
(13)
July 2009
(8)
June 2009
(2)
May 2009
(7)
April 2009
(3)
March 2009
(2)
February 2009
(3)
January 2009
(3)
December 2008
(3)
November 2008
(2)
October 2008
(4)
September 2008
(4)
August 2008
(3)
July 2008
(3)
June 2008
(7)
May 2008
(6)
April 2008
(7)
March 2008
(10)
February 2008
(3)
January 2008
(4)
December 2007
(6)
November 2007
(4)
October 2007
(4)
Share this blog with others!!!
My Twitter (http://twitter.com/alejacma)
RSS
http://twitter.com/alejacma
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Decrypt my World
We can't manage printers with WMI in a clustered environment
Posted
6 months ago
by
Alejandro Campos Magencio
2
Comments
Hi all, Some time ago a customer of mine wanted to develop PowerShell scripts to manage printers in their clustered environment. They wanted to use WMI for that. The problem they found is that while they could list the printers on a stand-alone...
Decrypt my World
Unexpected black screen when using a custom Credential Provider
Posted
6 months ago
by
Alejandro Campos Magencio
0
Comments
Hi all, Some time ago I had a customer how had developed a custom credential provider to use with a third-party smartcard provider . This credential provider was a wrapper of MS Smartcard Credential Provider . They also put a credential provider...
Decrypt my World
Problems when compiling and running code that uses CertEnroll with .NET 4.0 and x64
Posted
6 months ago
by
Alejandro Campos Magencio
2
Comments
Hi all, The other day a customer of mine was trying to compile and run this CertEnroll sample of mine: How to create a certificate request with CertEnroll and .NET (C#) I had developed this sample against .NET 2.0 some time ago, and it compiled...
Decrypt my World
How to add Issuer Alternative Name to your certificate request (C#)
Posted
6 months ago
by
Alejandro Campos Magencio
0
Comments
Hi all, A customer of mine wanted to set Issuer Alternative Name ( XCN_OID_ISSUER_ALT_NAME2 - "2.5.29.18" ) extension to his certificate requests in C# in the same way we did this, and he didn't know how: How to add Subject Alternative Name to...
Decrypt my World
How to export our enrolled certificates programmatically
Posted
6 months ago
by
Alejandro Campos Magencio
0
Comments
Hi all, If you are creating certificate requests to enroll certificates programmatically and using a code like the following: How to create a certificate request with CertEnroll and .NET (C#) , you may need to export the enrolled certificate after...
Decrypt my World
How to access Certificate Enrollment Web Services from non-domain joined computers
Posted
6 months ago
by
Alejandro Campos Magencio
0
Comments
Hi all, You may know already this white paper to configure the Certificate Enrollment Web Services : Certificate Enrollment Web Services in Windows Server 2008 R2 " This paper explains how certificate enrollment Web services work in Windows...
Decrypt my World
How to add Friendly Name to your enrolled certificates programmatically
Posted
6 months ago
by
Alejandro Campos Magencio
0
Comments
Hi all, One of my customers was creating certificate requests programmatically with CertEnroll and a code like the following: How to create a certificate request with CertEnroll and .NET (C#) . He wanted to set Friendly Name for the enrolled certificate...
Decrypt my World
Certificate request won't set Key Usage to Digital Signature in enrolled certificate
Posted
6 months ago
by
Alejandro Campos Magencio
0
Comments
Hi all, The other day a customer of mine was creating certificate requests with a code like the following: How to create a certificate request with CertEnroll and .NET (C#) . He wanted to set the certificate's Key Usage to Digital Signature instead...
Decrypt my World
Certificate request doesn't allow the private key of the enrolled certificate to be exported
Posted
6 months ago
by
Alejandro Campos Magencio
0
Comments
Hi all, The other day a customer of mine was creating certificate requests with a code like the following: How to create a certificate request with CertEnroll and .NET (C#) . After he enrolled the certificates, he realized that when he tried to...
Decrypt my World
How to add Alternative Directory Name to your certificate request (C#)
Posted
6 months ago
by
Alejandro Campos Magencio
0
Comments
Hi all, We've already seen How to add Subject Alternative Name to your certificate requests (C#) . What if we want to set Alternative Directory Name ( XCN_CERT_ALT_NAME_DIRECTORY_NAME ) in addition to Subject Alternative Name ( XCN_CERT_ALT_NAME_RFC822_NAME...
Decrypt my World
How to add Subject Alternative Name to your certificate requests (C#)
Posted
6 months ago
by
Alejandro Campos Magencio
0
Comments
Hi all, The other day a customer of mine wanted to add Subject Alternative Name ( szOID_SUBJECT_ALT_NAME2 - "2.5.29.17" ) extension to his certificate requests in C# and he didn't know how. We have IX509ExtensionAlternativeNames interface for...
Decrypt my World
How to request a certificate programmatically using the Certificate Enrollment Web Services (C#)
Posted
6 months ago
by
Alejandro Campos Magencio
0
Comments
Hi all, Some time ago I mentioned a Microsoft SDK sample that uses CertEnroll to access the Certificate Enrollment Web Services and enroll a certificate using a template : How to access the new Certificate Enrollment Web Services programmatically...
Page 1 of 1 (12 items)
Translate This Page
Translate this page
Powered by
Microsoft® Translator