| 3 | #include <iostream> |
| 4 | |
| 5 | LocalNegotiator::LocalNegotiator() |
| 6 | { |
| 7 | authResult = -1; |
| 8 | } |
| 9 | |
| 10 | void InitTokenContextBuffer(PSecBufferDesc pSecBufferDesc, PSecBuffer pSecBuffer) |
| 11 | { |
nothing calls this directly
no outgoing calls
no test coverage detected