6 references to QUEUE_PROPID_AUTHENTICATE
System.Messaging (6)
System\Messaging\MessageQueue.cs (6)
299Properties.SetUI1(NativeMethods.QUEUE_PROPID_AUTHENTICATE, (byte)0); 301this.authenticate = (Properties.GetUI1(NativeMethods.QUEUE_PROPID_AUTHENTICATE) != NativeMethods.QUEUE_AUTHENTICATE_NONE); 303Properties.Remove(NativeMethods.QUEUE_PROPID_AUTHENTICATE); 312Properties.SetUI1(NativeMethods.QUEUE_PROPID_AUTHENTICATE, (byte)NativeMethods.QUEUE_AUTHENTICATE_AUTHENTICATE); 314Properties.SetUI1(NativeMethods.QUEUE_PROPID_AUTHENTICATE, (byte)NativeMethods.QUEUE_AUTHENTICATE_NONE); 319Properties.Remove(NativeMethods.QUEUE_PROPID_AUTHENTICATE);