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