kSecTransformActionInternalizeExtraData

Static kSecTransformActionInternalizeExtraData 

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

Overrides the standard processing that occurs when externalized data is used to create a transform. This is closely tied to the kSecTransformActionExternalizeExtraData override. The ‘normal’ attributes are read into the new transform and then this is called to read in the items that were written out using kSecTransformActionExternalizeExtraData override. A common use of this override would be to read in the version number of the externalized custom transform.

See also Apple’s documentation