cert extensions
-
Sunday, April 15, 2007 6:22 PM
Can anyone please show me some examples(code) on how to initaite the following structures of wincrypt.h
CERT_EXTENSION
CERT_KEY_ATTRIBUTES_INFO
CRYPT_BIT_BLOBI need special help for the CERT_EXTENSION structure!
Your help will be most grateful!!!!!!
thanks
Answers
-
Monday, April 16, 2007 5:23 AMModerator
For this kind of issue, I suggest you can search them in MSDN library for struct's declaration and remarks, after this, you can search code examples use whatever search engine, For example, for CERT_EXTENSION:
MSDN library: http://msdn2.microsoft.com/en-us/library/aa377195.aspx
Code example from search engine:
Hope you can find other code examples use this method, good luck.
regards,
rico

