Foundation.NSUrlCredential Members

The members of Foundation.NSUrlCredential are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.
Documentation for this section has not yet been entered.
Creates an NSUrlCredential from an identity (digital certificate + private key) and a list of certificates.
Creates an NSUrlCredential from username and password.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
CertificatesSecurity.SecCertificate[]. Certificates associated with this identity.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
HasPasswordbool. Gets a value indicating whether the current NSUrlCredential has a password.
[read-only]
Passwordstring. Gets the password for this NSUrlCredential.
[read-only]
PersistenceNSUrlCredentialPersistence. Gets the credential's persistence setting.
[read-only]
SecIdentitySecurity.SecIdentity. Documentation for this section has not yet been entered.
[read-only]
Userstring. Gets the username component of a credential.

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.