3.17.4.1.4 AuthLevel (Opnum 10)

The AuthLevel method is received by the server in an RPC_REQUEST packet. In response, the server MUST return the value of the RequestedAuthenticationLevel instance variable.

 [propget] HRESULT AuthLevel(
   [out, retval] long* plAuthLevel
 );

plAuthLevel: A pointer to a long integer that identifies the authentication level of the message. This parameter corresponds to the MQMSGAUTHLEVEL (section 2.2.2.16) enum.

Return Values: The method MUST return S_OK (0x00000000) on success or an implementation-specific error HRESULT on failure.

When processing this call, the server MUST follow these guidelines:

  • Set the plAuthLevel output parameter to the MQMSGAUTHLEVEL enum that maps to the value of the RequestedAuthenticationLevel instance variable.