The members of Foundation.NSUrlCredential are listed below.
See Also: Inherited members from Foundation.NSObject
| 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. |
| 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. |
| [read-only] | Certificates | Security.SecCertificate[]. Certificates associated with this identity. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | HasPassword | bool. Gets a value indicating whether the current NSUrlCredential has a password. |
| [read-only] | Password | string. Gets the password for this NSUrlCredential. |
| [read-only] | Persistence | NSUrlCredentialPersistence. Gets the credential's persistence setting. |
| [read-only] | SecIdentity | Security.SecIdentity. Documentation for this section has not yet been entered. |
| [read-only] | User | string. Gets the username component of a credential. |
Copy(NSZone)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)Creates an NSUrlCredential from an identity (digital certificate + private key) and a list of certificates. | |
static | FromTrust(Security.SecTrust)Documentation for this section has not yet been entered. | |
static | FromUserPasswordPersistance(string, string, NSUrlCredentialPersistence)Creates an NSUrlCredential from username and password. | |