SecImportExport Class
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.
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[]) |