initWithDelegate:p12File:p12Password:

Integrating the Jamf Certificate SDK with Mobile Device Apps Deployed by Jamf Pro

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

Create an object.

- (nullable instancetype)initWithDelegate:
(id<CertificateRequestDelegate>)delegate p12File:(NSURL)p12URL
p12Password:(NSString)pwd

Parameters

Parameter

Description

delegate

Your delegate that will be called as the certificate request workflow proceeds

p12URL

A URL to a file with a .p12 certificate that will be returned

pwd

The password for the .p12 file

Return Value

An initialized object; may be null if memory is full

Declared in

CertificateRequestEmbeddedP12.h