jan2x wrote:
Good day! I am tracing the program from Microsoft which is a SSPI program. My question is, is the token returned be the session key of the Kerberos session? If not, how can i extract the session key? Thanks!
See the LsaCallAuthenticationPackage() to get a service ticket. Then look at the pTicketResponse. pTicket = &(pTicketResponse->Ticket); pTicket->SessionKey.Length; pTicket->SessionKey.value;
________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
-- Douglas E. Engert <[EMAIL PROTECTED]> Argonne National Laboratory 9700 South Cass Avenue Argonne, Illinois 60439 (630) 252-5444 ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
