3 references to MESSAGE_PROPID_PROV_TYPE
System.Messaging (3)
System\Messaging\Message.cs (3)
182
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_PROV_TYPE
, 0);
578
return (CryptographicProviderType)properties.GetUI4(NativeMethods.
MESSAGE_PROPID_PROV_TYPE
);
593
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_PROV_TYPE
, (int)value);