SCEP.PayloadContent
The SCEP dictionary.
Declaration
object SCEP.PayloadContentProperties
| Name | Type | Description |
|---|---|---|
AllowAllAppsAccess | boolean | If |
CAFingerprint | data | The fingerprint of the Certificate Authority certificate. |
Challenge | string | A preshared secret. |
Key Type | string | Always |
Key Usage | integer | A bitmask indicating the use of the key. Possible values:
Some certificate authorities, such as Windows CA, support only encryption or signing, but not both at the same time. |
KeyIsExtractable | boolean | If |
Keysize | integer | The key size, in bits. |
Name | string | 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. |
Retries | integer | The number of times the device should retry if the server sends a PENDING response. |
RetryDelay | integer | 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, 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). |
SubjectAltName | SCEP.PayloadContent.SubjectAltName | The SCEP payload can specify an optional |
URL Required | string | The SCEP URL. See Over-the-Air Profile Delivery and Configuration for more information about SCEP. |