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