7 references to MESSAGE_PROPID_SIGNATURE_LEN
System.Messaging (7)
System\Messaging\Message.cs (7)
193properties.SetUI4(NativeMethods.MESSAGE_PROPID_SIGNATURE_LEN, DefaultDigitalSignatureSize); 958byte[] bytes = new byte[properties.GetUI4(NativeMethods.MESSAGE_PROPID_SIGNATURE_LEN)]; 972properties.Remove(NativeMethods.MESSAGE_PROPID_SIGNATURE_LEN); 980properties.SetUI4(NativeMethods.MESSAGE_PROPID_SIGNATURE_LEN, value.Length); 2168int size = properties.GetUI4(NativeMethods.MESSAGE_PROPID_SIGNATURE_LEN); 2308if (properties.GetUI4(NativeMethods.MESSAGE_PROPID_SIGNATURE_LEN) == 0) 2311this.properties.Ghost(NativeMethods.MESSAGE_PROPID_SIGNATURE_LEN);