kSecTransformActionExternalizeExtraData

Static kSecTransformActionExternalizeExtraData 

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

Allows for adding to the data that is stored using an override to the kSecTransformActionExternalizeExtraData block. The output of this override is a dictionary that contains the custom externalized data. A common use of this override is to write out a version number of a custom transform.

See also Apple’s documentation