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