3 references to MESSAGE_PROPID_AUTHENTICATED
System.Messaging (3)
System\Messaging\Message.cs (3)
170
properties.SetUI1(NativeMethods.
MESSAGE_PROPID_AUTHENTICATED
, (byte)0);
505
return (properties.GetUI1(NativeMethods.
MESSAGE_PROPID_AUTHENTICATED
) != 0);
2265
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_AUTHENTICATED
);