2 references to MESSAGE_AUTHENTICATION_LEVEL_NONE
System.Messaging (2)
System\Messaging\Message.cs (2)
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
);