문제

I cannot find what SSPI function should I have to call to get the type of protocol that Windows picked up after the AcquireCredentialsHandle() with Negotiate option... !?

도움이 되었습니까?

해결책

Once negotiation is complete you call QueryContextAttributes() on the negotiated context and specify SECPKG_ATTR_PACKAGE_INFO.

You will already have the negotiated attributes and context expiry details from the last call to InitializeSecurityContext() or AcceptSecurityContext()

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top