Kerberos session key

Douglas E. Engert deengert at anl.gov
Thu Sep 1 14:19:27 EDT 2005



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           Kerberos at mit.edu
> https://mailman.mit.edu/mailman/listinfo/kerberos
> 
> 

-- 

  Douglas E. Engert  <DEEngert at anl.gov>
  Argonne National Laboratory
  9700 South Cass Avenue
  Argonne, Illinois  60439
  (630) 252-5444


More information about the Kerberos mailing list