c# - Win32 API used to get active directory tickets? -


does know win32 api used active directory(kerberos) tickets?

based on question understanding sql server driver uses win32 api tgt tokens local os instance. (providing trusted connections)

does know api , doco , examples using it? (for c/c++/jna)

previous change described in "summary" section of article, programs use win32 lsacallauthenticationpackage api specifying kerb_retrieve_ticket_request , either kerbretrieveencodedticketmessage or kerbretrieveticketmessage message types retrieve kerberos ticket-granting-ticket (tgt) , associated session key.

http://support.microsoft.com/kb/308339


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -