The ReceivedAuthenticationLevel method is received by the server in an RPC_REQUEST packet. In response, the server MUST return the represented Message.AuthenticationLevel.
[propget] HRESULT ReceivedAuthenticationLevel( [out, retval] short* psReceivedAuthenticationLevel );
psReceivedAuthenticationLevel: A pointer to a short that identifies if the message was authenticated and what digital signature was used. This parameter corresponds to the MQMSGAUTHENTICATION enum as defined in MQMSGAUTHENTICATION (section 2.2.2.17).
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 psReceivedAuthenticationLevel output parameter to the MQMSGAUTHENTICATION enum that maps to the value of the represented Message.AuthenticationLevel.