4 references to MESSAGE_PROPID_PROV_NAME
System.Messaging (4)
System\Messaging\Message.cs (4)
178
properties.SetString(NativeMethods.
MESSAGE_PROPID_PROV_NAME
, new byte[DefaultCryptographicProviderNameSize * 2]);
531
return StringFromBytes(this.properties.GetString(NativeMethods.
MESSAGE_PROPID_PROV_NAME
),
550
properties.SetString(NativeMethods.
MESSAGE_PROPID_PROV_NAME
, StringToBytes(value));
2107
properties.SetString(NativeMethods.
MESSAGE_PROPID_PROV_NAME
, new byte[size * 2]);