MonobjcMonobjc Documented Class Library
CredentialWithIdentityCertificatesPersistence Method (identity, certArray, persistence)
NamespacesMonobjc.FoundationNSURLCredentialCredentialWithIdentityCertificatesPersistence(IntPtr, NSArray, NSURLCredentialPersistence)

Creates and returns an NSURLCredential object for client certificate authentication with a given identity and a given array of client certificates using a given persistence setting.

Original signature is '+ (NSURLCredential *)credentialWithIdentity:(SecIdentityRef)identity certificates:(NSArray *)certArray persistence:(NSURLCredentialPersistence)persistence'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSURLCredential CredentialWithIdentityCertificatesPersistence(
	IntPtr identity,
	NSArray certArray,
	NSURLCredentialPersistence persistence
)
Public Shared Function CredentialWithIdentityCertificatesPersistence ( _
	identity As IntPtr, _
	certArray As NSArray, _
	persistence As NSURLCredentialPersistence _
) As NSURLCredential
public:
static NSURLCredential^ CredentialWithIdentityCertificatesPersistence(
	IntPtr identity, 
	NSArray^ certArray, 
	NSURLCredentialPersistence persistence
)
Parameters
identity (IntPtr)
The identity for the credential.
certArray (NSArray)
An array of one or more SecCertificateRef objects representing certificates for the credential.
persistence (NSURLCredentialPersistence)
The persistence setting for the credential.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSURLCredential.CredentialWithIdentityCertificatesPersistence(System.IntPtr,Monobjc.Foundation.NSArray,Monobjc.Foundation.NSURLCredentialPersistence)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)