6 references to MESSAGE_PROPID_SIGNATURE
System.Messaging (6)
System\Messaging\Message.cs (6)
192properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_SIGNATURE, new byte[DefaultDigitalSignatureSize]); 959Array.Copy(properties.GetUI1Vector(NativeMethods.MESSAGE_PROPID_SIGNATURE), bytes, bytes.Length); 971properties.Remove(NativeMethods.MESSAGE_PROPID_SIGNATURE); 979properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_SIGNATURE, value); 2170properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_SIGNATURE, new byte[size]); 2310this.properties.Ghost(NativeMethods.MESSAGE_PROPID_SIGNATURE);