2 writes to authenticate
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
301
this.
authenticate
= (Properties.GetUI1(NativeMethods.QUEUE_PROPID_AUTHENTICATE) != NativeMethods.QUEUE_AUTHENTICATE_NONE);
317
this.
authenticate
= value;
1 reference to authenticate
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
306
return this.
authenticate
;