kSecTransformActionProcessData

Static kSecTransformActionProcessData 

Source
pub unsafe static kSecTransformActionProcessData: &'static CFString
👎Deprecated: SecTransform is no longer supported
Available on crate feature SecCustomTransform only.
Expand description

Overrides the standard data processing for an attribute. This is almost exclusively used for processing the input attribute as the return value of their block sets the output attribute. This is used with the SecTransformOverrideAttributeAction block.

See also Apple’s documentation