SendMsgAuthn

HKLM\Software\Microsoft\MSMQ\Parameters\Security

Data typeRangeDefault value
REG_DWORD 1 | 2 | 4 2

Description

Determines the authentication to be used to sign the authenticate message.

Message Queuing can use two different signatures when sending authenticate messages: MSMQ 1.0 signatures and Message Queuing signatures. By default, Message Queuing will only use MSMQ 1.0 signatures. When the PROPID_M_AUTH_LEVEL property of a message is set to MQMSG_AUTH_LEVEL_ALWAYS, the value of this registry entry determines what authentication will be used to sign the authenticate message.

ValueMeaning
1MSMQ 1.0 and Message Queuing signatures
2MSMQ 1.0 signatures only
4Message Queuing signatures only