Kerberos.NET icon indicating copy to clipboard operation
Kerberos.NET copied to clipboard

Adding optional param KrbEncryptionKey to GenerateWrappedServiceTicket and GenerateServiceTicket

Open DiaaFathalla opened this issue 1 year ago • 1 comments

Adding optional param KrbEncryptionKey to GenerateWrappedServiceTicket and GenerateServiceTicket

What's the problem?

Need to create the sessionKey and pass it in GenerateWrappedServiceTicket when creating the kerb ticket instead of having it auto generated.

  • [ ] Bugfix
  • [X] New Feature

What's the solution?

Add the optional parameter KrbEncryptionKey so that encryptionKey can be passed in if one needs to provide their own.

  • [ ] Includes unit tests
  • [ ] Requires manual test

What issue is this related to, if any?

N/A

DiaaFathalla avatar Jul 30 '24 14:07 DiaaFathalla