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