Base:
method
VerifyMIC
System.Net.NegotiateAuthenticationPal.VerifyMIC(System.ReadOnlySpan<System.Byte>, System.ReadOnlySpan<System.Byte>)
2 references to VerifyMIC
System.Net.Security (2)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (2)
796if (!VerifyMIC(output.Slice(0, input.Length - SignatureLength), input.Slice(0, SignatureLength))) 824if (!VerifyMIC(input.Slice(SignatureLength), input.Slice(0, SignatureLength)))