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