SSLSetCertificateAuthorities

Function SSLSetCertificateAuthorities 

Source
pub unsafe extern "C-unwind" fn SSLSetCertificateAuthorities(
    context: &SSLContext,
    certificate_or_array: &CFType,
    replace_existing: bool,
) -> i32
๐Ÿ‘ŽDeprecated: No longer supported. Use Network.framework.
Available on crate feature SecureTransport only.
Expand description

ยงSafety

certificate_or_array should be of the correct type.