Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SSPI ComputeIntegrityCheck with Sign level
Fix calling NegotiateAuthentication.ComputeIntegrityCheck on SSPI when the negotiation context was built with ProtectionLevel.Sign. The SECQOP_WRAP_NO_ENCRYPT QoP flag should not be set when calling GetMIC as no encryption is involved and some authentication providers fail when this is set. Fix dotnet#103461
- Loading branch information