---
title: AssetCredentialCertificate
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/assetcredentialcertificate
---

# AssetCredentialCertificate

A reference to a PKCS #1 or PEM encoded certificate.

## Declaration

```data
object AssetCredentialCertificate
```

## Properties

Authentication: The server authentication details. If this key is absent, the default authentication type is MDM. Reference: The external reference. Ensure that the asset data uses a media type of application/pkcs1 or application/pem to correctly identify the type of encoded certificate. If the asset data includes a ContentType sub-key, set it to the corresponding media type.

## Discussion

Discussion Specify com.apple.asset.credential.certificate as the declaration type. Asset example {     "Type": "com.apple.asset.credential.certificate",     "Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",     "ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",     "Payload": {         "Reference": {             "DataURL": "https://example.com/asset-data/certificates/cert.pem",             "ContentType": "application/pem"         }     } }

## Topics

### Objects

- [AssetCredentialCertificateAuthenticationObject](devicemanagement/assetcredentialcertificateauthenticationobject.md)
- [AssetCredentialCertificateReferenceObject](devicemanagement/assetcredentialcertificatereferenceobject.md)

## See Also

### Assets

- [AssetCredentialACME](devicemanagement/assetcredentialacme.md)
- [AssetCredentialIdentity](devicemanagement/assetcredentialidentity.md)
- [AssetCredentialSCEP](devicemanagement/assetcredentialscep.md)
- [AssetCredentialUserNameAndPassword](devicemanagement/assetcredentialusernameandpassword.md)
- [AssetData](devicemanagement/assetdata.md)
- [AssetUserIdentity](devicemanagement/assetuseridentity.md)
