4 references to MESSAGE_PROPID_AUTH_LEVEL
System.Messaging (4)
System\Messaging\Message.cs (4)
241properties.SetUI4(NativeMethods.MESSAGE_PROPID_AUTH_LEVEL, 0); 1882return (properties.GetUI4(NativeMethods.MESSAGE_PROPID_AUTH_LEVEL) != NativeMethods.MESSAGE_AUTHENTICATION_LEVEL_NONE); 1892properties.SetUI4(NativeMethods.MESSAGE_PROPID_AUTH_LEVEL, NativeMethods.MESSAGE_AUTHENTICATION_LEVEL_NONE); 1896properties.SetUI4(NativeMethods.MESSAGE_PROPID_AUTH_LEVEL, NativeMethods.MESSAGE_AUTHENTICATION_LEVEL_ALWAYS);