kSecTransformActionFinalize

Static kSecTransformActionFinalize 

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

Overrides the standard behavior that occurs just before deleting a custom transform. This is typically overridden to allow for memory clean up of a custom transform. This is used with the SecTransformOverrideTransformAction block.

See also Apple’s documentation