nerdexam
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)
  • A
    83% (49)
  • B
    5% (3)
  • C
    8% (5)
  • D
    3% (2)

Community Discussion

No community discussion yet for this question.

Full 312-92 Practice