Kerberos.NET
Kerberos.NET copied to clipboard
Adding optional param KrbEncryptionKey to GenerateWrappedServiceTicket and GenerateServiceTicket
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