3.17.4.1.6 IsAuthenticated (Opnum 12)
The IsAuthenticated method is received by the server in an RPC_REQUEST packet. In response, the server MUST return a BOOLEAN flag indicating whether the message was authenticated by the Queue Manager that received the message.
-
[propget] HRESULT IsAuthenticated( [out, retval] short* pisAuthenticated );
pisAuthenticated: A pointer to a short that specifies whether the message was authenticated.
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:
If the represented Message.AuthenticationLevel is None:
Set the pisAuthenticated output parameter to 0x0000.
Else:
Set the pisAuthenticated output parameter to 0x0001.