NSUrlCredential.FromIdentityCertificatesPersistance Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an NSUrlCredential from an identity (digital certificate + private key) and a list of certificates.
public static Foundation.NSUrlCredential FromIdentityCertificatesPersistance (Security.SecIdentity identity, Security.SecCertificate[] certificates, Foundation.NSUrlCredentialPersistence persistence);
static member FromIdentityCertificatesPersistance : Security.SecIdentity * Security.SecCertificate[] * Foundation.NSUrlCredentialPersistence -> Foundation.NSUrlCredential
Parameters
- identity
- SecIdentity
Identity to use for the credential.
- certificates
- SecCertificate[]
Certificates for the credential.
- persistence
- NSUrlCredentialPersistence
Specifies how long the credential should be kept.