Log upstream proxy credentials

This commit is contained in:
2026-04-11 12:08:15 +03:00
parent 3746f79364
commit 896bafad9f

View File

@@ -787,7 +787,7 @@ sealed class SspiProxyAuthenticator : IDisposable
inDescPtr, inDescPtr,
0, 0,
out _ctx, out _ctx,
out outDesc, ref outDesc,
out attrs, out attrs,
out expiry); out expiry);
} }
@@ -803,7 +803,7 @@ sealed class SspiProxyAuthenticator : IDisposable
inDescPtr, inDescPtr,
0, 0,
out _ctx, out _ctx,
out outDesc, ref outDesc,
out attrs, out attrs,
out expiry); out expiry);
} }
@@ -888,7 +888,7 @@ sealed class SspiProxyAuthenticator : IDisposable
IntPtr pInput, IntPtr pInput,
int Reserved2, int Reserved2,
out SecHandle phNewContext, out SecHandle phNewContext,
out SecBufferDesc pOutput, ref SecBufferDesc pOutput,
out uint pfContextAttr, out uint pfContextAttr,
out FILETIME ptsExpiry); out FILETIME ptsExpiry);
@@ -903,7 +903,7 @@ sealed class SspiProxyAuthenticator : IDisposable
IntPtr pInput, IntPtr pInput,
int Reserved2, int Reserved2,
out SecHandle phNewContext, out SecHandle phNewContext,
out SecBufferDesc pOutput, ref SecBufferDesc pOutput,
out uint pfContextAttr, out uint pfContextAttr,
out FILETIME ptsExpiry); out FILETIME ptsExpiry);