Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Added MKNetworkOperation.serverTrustDelegate. #362

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ewanmellor
Copy link

If set, this delegate will be called whenever a server presents an
SSL certificate that is not immediately trusted. The delegate
can then make the trust decision (e.g. by asking the user).

The delegate must implement the new MKServerTrustDelegate protocol.
It has one method, handleServerCertificate.

If set, this delegate will be called whenever a server presents an
SSL certificate that is not immediately trusted.  The delegate
can then make the trust decision (e.g. by asking the user).

The delegate must implement the new MKServerTrustDelegate protocol.
It has one method, handleServerCertificate.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant