Skip to main content

SecCertificateCopyNotValidBeforeDate

Function SecCertificateCopyNotValidBeforeDate 

Source
pub unsafe extern "C-unwind" fn SecCertificateCopyNotValidBeforeDate(
    certificate: &SecCertificate,
) -> Option<CFRetained<CFDate>>
👎Deprecated:

renamed to SecCertificate::not_valid_before_date

Available on crate features SecBase and SecCertificate only.