kSecTransformDebugAttributeName

Static kSecTransformDebugAttributeName 

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

Set this attribute to a CFWriteStream. This will signal the transform to write debugging information to the stream. If this attribute is set to kCFBooleanTrue then the debugging data will be written out to stderr.

See also Apple’s documentation