6 references to QUEUE_PROPID_PRIV_LEVEL
System.Messaging (6)
System\Messaging\MessageQueue.cs (6)
583Properties.SetUI4(NativeMethods.QUEUE_PROPID_PRIV_LEVEL, 0); 585this.encryptionLevel = Properties.GetUI4(NativeMethods.QUEUE_PROPID_PRIV_LEVEL); 587Properties.Remove(NativeMethods.QUEUE_PROPID_PRIV_LEVEL); 597Properties.SetUI4(NativeMethods.QUEUE_PROPID_PRIV_LEVEL, (int)value); 599this.encryptionLevel = properties.GetUI4(NativeMethods.QUEUE_PROPID_PRIV_LEVEL); 601Properties.Remove(NativeMethods.QUEUE_PROPID_PRIV_LEVEL);