[−][src]Trait uikit_sys::INSURLCredentialStorage
Provided methods
unsafe fn credentialsForProtectionSpace_(
self,
space: NSURLProtectionSpace
) -> NSDictionary where
Self::Target: Message + Sized,
self,
space: NSURLProtectionSpace
) -> NSDictionary where
Self::Target: Message + Sized,
unsafe fn setCredential_forProtectionSpace_(
self,
credential: NSURLCredential,
space: NSURLProtectionSpace
) where
Self::Target: Message + Sized,
self,
credential: NSURLCredential,
space: NSURLProtectionSpace
) where
Self::Target: Message + Sized,
unsafe fn removeCredential_forProtectionSpace_(
self,
credential: NSURLCredential,
space: NSURLProtectionSpace
) where
Self::Target: Message + Sized,
self,
credential: NSURLCredential,
space: NSURLProtectionSpace
) where
Self::Target: Message + Sized,
unsafe fn removeCredential_forProtectionSpace_options_(
self,
credential: NSURLCredential,
space: NSURLProtectionSpace,
options: NSDictionary
) where
Self::Target: Message + Sized,
self,
credential: NSURLCredential,
space: NSURLProtectionSpace,
options: NSDictionary
) where
Self::Target: Message + Sized,
unsafe fn defaultCredentialForProtectionSpace_(
self,
space: NSURLProtectionSpace
) -> NSURLCredential where
Self::Target: Message + Sized,
self,
space: NSURLProtectionSpace
) -> NSURLCredential where
Self::Target: Message + Sized,
unsafe fn setDefaultCredential_forProtectionSpace_(
self,
credential: NSURLCredential,
space: NSURLProtectionSpace
) where
Self::Target: Message + Sized,
self,
credential: NSURLCredential,
space: NSURLProtectionSpace
) where
Self::Target: Message + Sized,
unsafe fn allCredentials(self) -> NSDictionary where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn sharedCredentialStorage() -> NSURLCredentialStorage where
Self::Target: Message + Sized,
Self::Target: Message + Sized,