certificateRequest:completedWithIdentity:

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

When the request to Jamf Pro is completed, this method will be called. If there were errors, the identity will be null.

- (void)certificateRequest:(id<CertificateRequestProtocol>)request completedWithIdentity:(nullable SecIdentityRef)identity

Parameters

Parameter

Description

request

The object that started the request

identity

An identity that encapsulates the info from the server

Declared in

CertificateRequestDelegate.h