Skip to main content

CMSEncode

Function CMSEncode 

Source
pub unsafe extern "C" fn CMSEncode(
    signers: CFTypeRef,
    recipients: CFTypeRef,
    eContentType: *const SecAsn1Oid,
    detachedContent: Boolean,
    signedAttributes: CMSSignedAttributes,
    content: *const c_void,
    contentLen: usize,
    encodedContentOut: *mut CFDataRef,
) -> OSStatus
Expand description

Apple SDK function CMSEncode.