EC-Council
312-92 · Question #47
What security package is implemented with the following code? dwStatus = DsMakSpn ( "ldap", "MyServer.Mydomain.com", NULL, 0, NULL, &pcSpnLength, pszSpn ); rpcStatus = RpcServerRegisterAuthInfo (…
The correct answer is A. Diffie-Hellman encryption. See the full explanation below for the reasoning.
Question
What security package is implemented with the following code? dwStatus = DsMakSpn ( "ldap", "MyServer.Mydomain.com", NULL, 0, NULL, &pcSpnLength, pszSpn ); rpcStatus = RpcServerRegisterAuthInfo ( psz RPC_C_AUTHN_GSS_NEGOTIATE, NULL, NULL );
Options
- ADiffie-Hellman encryption
- BRepurposing
- CSSPI
- DSMDT
How the community answered
(59 responses)- A83% (49)
- B5% (3)
- C8% (5)
- D3% (2)
Community Discussion
No community discussion yet for this question.