Exemplo n.º 1
0
 public NSURLCredential([Unwrapped] SecIdentity identity, AnyObject[] certificates, NSURLCredentialPersistence persistence, bool NAME_YOUR_PARAMS = false)
 {
 }
Exemplo n.º 2
0
 public NSURLCredential(string user, string password, NSURLCredentialPersistence persistence)
 {
 }
Exemplo n.º 3
0
 public NSURLCredential(SecIdentity identity, AnyObject[] certificates, NSURLCredentialPersistence persistence)
 {
 }