Michal,
> Is it possible to call c# class methods from within my custom gina.dll
> (winlogon enviroment) ?
I would really, really avoid it. Also, afaik, it's unsupported, according to
KB article 841927:
http://support.microsoft.com/default.aspx?scid=kb;en-us;841927&Product=NETFrame

Signature
Tomas Restrepo
tomasr@mvps.org
Michal Wargacki - 12 Aug 2004 13:14 GMT
> > Is it possible to call c# class methods from within my custom gina.dll
> > (winlogon enviroment) ?
>
> I would really, really avoid it. Also, afaik, it's unsupported, according to
> KB article 841927:
http://support.microsoft.com/default.aspx?scid=kb;en-us;841927&Product=NETFrame
What about auto-generated C++ proxy class instead of C#? Does it use
forbidden .Net code and it won't wok neither? Is it possible to disable
Managed Extensions for C++ in this case and link the class with gina?
Thanks for help!
MW