5 references to MESSAGE_PROPID_PROV_NAME_LEN
System.Messaging (5)
System\Messaging\Message.cs (5)
179properties.SetUI4(NativeMethods.MESSAGE_PROPID_PROV_NAME_LEN, DefaultCryptographicProviderNameSize); 530if (this.properties.GetUI4(NativeMethods.MESSAGE_PROPID_PROV_NAME_LEN) != 0) 532properties.GetUI4(NativeMethods.MESSAGE_PROPID_PROV_NAME_LEN)); 551properties.SetUI4(NativeMethods.MESSAGE_PROPID_PROV_NAME_LEN, value.Length); 2105int size = properties.GetUI4(NativeMethods.MESSAGE_PROPID_PROV_NAME_LEN);