La Billetterie

Un peu de tout saupoudré délicatement

Affichage des articles publiés le 3/5/2009

enrollsvc.dll existe et semble lier à un service utilisé pour l’enrollement Methode d’enrollement OTA avec WM 6 : Utilise wap-provisioningdoc http://bansky.net/blog/2008/11/enrolling-user-certificate-into-windows-mobile-over-the-air/ Repose sur CertificateEnroller CSP : The CertificateEnroller Configuration Service Provider in Windows Mobile 6 enables you to generate certificates http://msdn.microsoft.com/en-us/library/bb737636.aspx Device Description Framework (DDF) file for the CertificateEnroller Configuration Service Provider. Open Mobile Alliance […]

Voir cet article pour les interfaces Framework: http://msdn.microsoft.com/en-us/library/ms180945%28VS.80%29.aspx How to: Sign Messages by One Signer : This example creates a CMS/PKCS #7 signed message by using System.Security.Cryptography.Pkcs http://msdn.microsoft.com/en-us/library/ms180956(VS.80).aspx How to: Sign a Message by Multiple Signers : This example creates a CMS/PKCS #7 signed message by using System.Security.Cryptography.Pkcs. http://msdn.microsoft.com/en-us/library/ms180957.aspx Mais – CmsSigner Class Pas supporté […]

XmlQueryRuntime Class : Provides methods and properties to support the XSLT processor. http://msdn.microsoft.com/en-us/library/system.xml.xsl.runtime.xmlqueryruntime.aspx Non supporté sur Compact Framework ! XML for Windows CE http://msdn.microsoft.com/en-us/library/ms910782.aspx There is support for XSLT through the TransformNode method Portage de MSXML *3* in Windows Mobile 5.0 : http://blogs.msdn.com/cenet/archive/2005/07/08/msxml-in-windows-mobile-5-0.aspx XML DOM Security http://msdn.microsoft.com/en-us/library/ms931337.aspx dSig ?

CertVerify : Vérifie la sécurité des programmes http://msdn.microsoft.com/en-us/library/aa925236.aspx Description de la sécurité module de WM 6 http://blogs.gotdotnet.com/ce_base/archive/2007/01/02/ce6-module-security.aspx Documentation msdn du Security Model de WM6 http://technet.microsoft.com/en-us/library/cc182298.aspx CSP disponibles: http://technet.microsoft.com/en-us/library/cc182284.aspx Windows CE Enhanced Cryptographic Service Provider 5.01 (this is the default for Windows Mobile-powered devices Le document suivant prouve que WM gère le SHA-2 : http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140sp/140sp560.pdf Version […]

Certenroll vs Xenroll : http://msdn.microsoft.com/en-us/library/bb931379(VS.85).aspx Xenroll attempted to implement two parallel sets of interfaces. – ICEnroll[X] : Automation-compliant [] compatible with scripting languages. – IEnroll[X] : could not be scripted [] more convenient for C++ programmers. [] the two sets [] did not remain synchronized. [] ICEnroll4 defines only a subset of the functionality defined […]

Un exemple .Net [StructLayout(LayoutKind.Sequential,CharSet= CharSet.Unicode)] public struct CRYPTUI_VIEWCERTIFICATE_STRUCT { public int dwSize; public IntPtr hwndParent; public int dwFlags; [MarshalAs(UnmanagedType.LPWStr)] public String szTitle; public IntPtr pCertContext; public IntPtr rgszPurposes; public int cPurposes; public IntPtr pCryptProviderData; public Boolean fpCryptProviderDataTrustedUsage; public int idxSigner; public int idxCert; public Boolean fCounterSigner; public int idxCounterSigner; public int cStores; public IntPtr rghStores; […]