[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Alex Tronin

11/23/2007 1:49:00 AM

Anybody managed to get Entrust Toolkit working with .NET?
I am looking for correct DllImport prototypes.
E.g like this one:
[DllImport("entapi32.DLL", EntryPoint="_ETGetCertIssuer@8",
SetLastError=true,
CharSet=CharSet.Ansi, ExactSpelling=true,
CallingConvention=CallingConvention.StdCall)]
public static extern EntLog ETGetCertIssuer(System.IntPtr ctx,out IntPtr
issuerName);

Your help/advice will be greatly appreciated.