Files
Cyrus Daboo 97a11a861f Seed2
2026-06-22 15:55:19 -04:00

31 lines
751 B
YAML

title: Identity Credential
description: 'The data for a PKCS #12 password-protected identity.'
payload:
credentialtype: com.apple.credential.identity
supportedOS:
iOS:
introduced: '17.0'
macOS:
introduced: '14.0'
tvOS:
introduced: '17.0'
visionOS:
introduced: '1.1'
watchOS:
introduced: '10.0'
payloadkeys:
- key: Password
title: Password
type: <string>
presence: required
content: 'The password required to decrypt the PKCS #12 identity data.'
- key: Identity
title: Identity
type: <data>
presence: required
content: 'The PKCS #12 identity data.'
examples:
- title: Credential example
files:
- file: examples/declarative/declarations/assets/credentials/identity/example1.json