Contents

SCEP.PayloadContent

The SCEP dictionary.

Declaration

object SCEP.PayloadContent

Properties

NameTypeDescription
AllowAllAppsAccessboolean

If true, all apps have access to the private key.

CAFingerprintdata

The fingerprint of the Certificate Authority certificate.

Challengestring

A preshared secret.

Key Typestring

Always RSA.

Key Usageinteger

A bitmask indicating the use of the key. Possible values:

  • 1: Signing

  • 4: Encryption

Some certificate authorities, such as Windows CA, support only encryption or signing, but not both at the same time.

KeyIsExtractableboolean

If false, the system disables exporting the private key from the keychain.

Keysizeinteger

The key size, in bits.

Namestring

A string that’s understood by the SCEP server; for example, a domain name like example.org. If a certificate authority has multiple CA certificates, this field can be used to distinguish which is required.

Retriesinteger

The number of times the device should retry if the server sends a PENDING response.

RetryDelayinteger

The number of seconds to wait between subsequent retries. The first retry is attempted without this delay.

Subject[[[string]]]

The representation of an X.500 name as an array of OID and value.

For example, /C=US/O=Apple Inc./CN=foo/1.2.5.3=bar translates to [ [ ["C", "US"] ], [ ["O", "Apple Inc."] ], …, [ [ "1.2.5.3", "bar" ] ] ].

OIDs can be represented as dotted numbers, with shortcuts for country (C), locality (L), state (ST), organization (O), organizational unit (OU), and common name (CN).

SubjectAltNameSCEP.PayloadContent.SubjectAltName

The SCEP payload can specify an optional SubjectAltName dictionary that provides values required by the CA for issuing a certificate. You can specify a single string or an array of strings for each key. The values you specify depend on the CA you’re using, but might include DNS name, URL, or email values. For an example, see Sample Configuration Profile or Over-the-Air Profile Delivery and Configuration.

URL Requiredstring

The SCEP URL. See Over-the-Air Profile Delivery and Configuration for more information about SCEP.

Topics

Objects