SmartCard
The payload that configures a smart card.
Declaration
object SmartCardProperties
| Name | Type | Description |
|---|---|---|
allowSmartCard | boolean | If |
checkCertificateTrust | integer | Configures the certificate trust check and has one of the following possible values:
|
enforceSmartCard | boolean | If |
oneCardPerUser | boolean | If |
tokenRemovalAction | integer | If |
UserPairing | boolean | If |
Discussion
Specify com.apple.security.smartcard as the payload type.
Profile availability
Device channel | macOS |
User channel | NA |
Allow manual install | macOS |
Requires supervision | NA |
Requires user-approved MDM | NA |
Allowed in user enrollment | NA |
Allow multiple payloads | NA |
Profile example
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>UserPairing</key>
<false/>
<key>allowSmartCard</key>
<false/>
<key>checkCertificateTrust</key>
<false/>
<key>oneCardPerUser</key>
<false/>
<key>tokenRemovalAction</key>
<integer>1</integer>
<key>enforceSmartCard</key>
<true/>
<key>PayloadIdentifier</key>
<string>com.example.mysmartcardpayload</string>
<key>PayloadType</key>
<string>com.apple.security.smartcard</string>
<key>PayloadUUID</key>
<string>88f7336c-d9f6-44d1-b486-11e4080e2223</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>SmartCard</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>85091214-a32f-4131-8b03-0045e5d81c42</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>