Share via


SecImportExport Class

Definition

Encapsulates the import and export of identities and certificates.

public class SecImportExport
type SecImportExport = class
Inheritance
SecImportExport

Constructors

Name Description
SecImportExport()

Properties

Name Description
Access

Represents the value associated with the constant 'kSecImportExportAccess'.

CertChain

Represents the value associated with the constant kSecImportItemCertChain

Identity

Represents the value associated with the constant kSecImportItemIdentity

Keychain

Represents the value associated with the constant 'kSecImportExportKeychain'.

KeyId

Represents the value associated with the constant kSecImportItemKeyID

Label

Represents the value associated with the constant kSecImportItemLabel

Passphrase

Represents the value associated with the constant kSecImportExportPassphrase

ToMemoryOnly

Represents the value associated with the constant 'kSecImportToMemoryOnly'.

Trust

Represents the value associated with the constant kSecImportItemTrust

Methods

Name Description
ImportPkcs12(Byte[], NSDictionary, NSDictionary[])
ImportPkcs12(NSData, NSDictionary, NSDictionary[])

Applies to