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