2 references to QUEUE_AUTHENTICATE_NONE
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
301
this.authenticate = (Properties.GetUI1(NativeMethods.QUEUE_PROPID_AUTHENTICATE) != NativeMethods.
QUEUE_AUTHENTICATE_NONE
);
314
Properties.SetUI1(NativeMethods.QUEUE_PROPID_AUTHENTICATE, (byte)NativeMethods.
QUEUE_AUTHENTICATE_NONE
);