SecImportExport Class

Definition

Encapsulates the import and export of identities and certificates.

public class SecImportExport
type SecImportExport = class
Inheritance
SecImportExport

Constructors

SecImportExport()

Properties

CertChain

Represents the value associated with the constant kSecImportItemCertChain

Identity

Represents the value associated with the constant kSecImportItemIdentity

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

Trust

Represents the value associated with the constant kSecImportItemTrust

Methods

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

Applies to