예제 #1
0
 public NSURLCredential([Unwrapped] SecIdentity identity, AnyObject[] certificates, NSURLCredentialPersistence persistence, bool NAME_YOUR_PARAMS = false)
 {
 }
예제 #2
0
 public NSURLCredential(string user, string password, NSURLCredentialPersistence persistence)
 {
 }
예제 #3
0
 public NSURLCredential(SecIdentity identity, AnyObject[] certificates, NSURLCredentialPersistence persistence)
 {
 }