Kofax Mobile SDK API Reference
kfxKUTCertificateValidatorDelegate.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxKUTCertificateValidatorDelegate.h
4 // Framework: kfxLibUtilities
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 
8 #ifndef KFXKUTCERTIFICATEVALIDATORDELEGATE
9 #define KFXKUTCERTIFICATEVALIDATORDELEGATE 1
10 
11 #import <Foundation/Foundation.h>
12 
14 
18 
19 @optional
21 
43 - (void)certificateValidatorForURLSession:(NSURLSession*)session
44  didReceiveChallenge:(NSURLAuthenticationChallenge*)challenge
45  completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential* credential))completionHandler;
46 
47 @end
48 
49 #endif
This protocol defines methods that your delegate object may implement for custom certificate pinning ...
Definition: kfxKUTCertificateValidatorDelegate.h:17
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.