Log upstream proxy credentials
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user