Foundation.NSUrlCredential: Method Members

The methods of Foundation.NSUrlCredential are listed below. For a list of all members, see the NSUrlCredential Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

Copy(NSZone) : NSObject
Performs a copy of the underlying Objective-C object.
EncodeTo(NSCoder)
Encodes the state of the object on the provided encoder
static
FromIdentityCertificatesPersistance(Security.SecIdentity, Security.SecCertificate[], NSUrlCredentialPersistence) : NSUrlCredential
Creates an NSUrlCredential from an identity (digital certificate + private key) and a list of certificates.
static
FromTrust(Security.SecTrust) : NSUrlCredential
Documentation for this section has not yet been entered.
static
FromUserPasswordPersistance(string, string, NSUrlCredentialPersistence) : NSUrlCredential
Creates an NSUrlCredential from username and password.