<?xml version="1.0" encoding="UTF-8"?>
<slice>
    <section>
        <!-- Begin Signing Identity Description -->
        
        <sliver title="Team Name" visibleKeyPath="inspectedIdentityIsADP">
            <property type="string" keyPath="inspectedIdentityADPTeamName" editable="false"/>
        </sliver>
        <sliver title="Common Name" visibleKeyPath="inspectedIdentityIsSelfSigned">
            <property type="string" keyPath="inspectedIdentitySelfSignedCommonName" editable="false"/>
        </sliver>
        
        <sliver title="Team ID" visibleKeyPath="inspectedIdentityIsADP">
            <property type="string" keyPath="inspectedIdentityADPTeamID" editable="false"/>
        </sliver>
        <sliver title="Fingerprint" visibleKeyPath="inspectedIdentityIsSelfSigned">
            <property type="string" keyPath="inspectedIdentitySelfSignedFingerprint" editable="false"/>
        </sliver>
        
        <sliver title="Kind">
            <property type="string" allowsAttributedStrings="true" keyPath="inspectedIdentityKind" editable="false"/>
        </sliver>
        
        <!-- End Signing Identity Description -->
        
        <sliver title="Status" visibleKeyPath="inspectedHasVerificationStatusDescription">
            <property type="string" allowsAttributedStrings="true" keyPath="inspectedVerificationStatusDescription" editable="false"/>
        </sliver>
        
        <sliver title="Validation Error" visibleKeyPath="inspectedIdentityHasValidationError">
            <property type="string" keyPath="inspectedIdentityValidationErrorDescription" editable="false"/>
        </sliver>
    </section>
    
    
    <section title="Expected" visibleKeyPath="inspectedExpectedIdentityDiffersFromFoundIdentity">
        
        <sliver title="Team Name" visibleKeyPath="inspectedExpectedADP">
            <property type="string" keyPath="inspectedExpectedTeamName" editable="false"/>
        </sliver>
        <sliver title="Team ID" visibleKeyPath="inspectedExpectedADP">
            <property type="string" keyPath="inspectedExpectedTeamID" editable="false"/>
        </sliver>
        <sliver title="Fingerprint" visibleKeyPath="inspectedExpectedSelfSigned">
            <property type="string" keyPath="inspectedExpectedFingerprint" editable="false"/>
        </sliver>
        
        <sliver title="Kind">
            <property type="string" allowsAttributedStrings="true" keyPath="inspectedExpectedIdentityKind" editable="false"/>
        </sliver>
        
        <sliver visibleKeyPath="inspectedExpectedUnknown">
            <property type="string" keyPath="inspectedExpectedUnknownRepresentation" editable="false"/>
        </sliver>
        
    </section>
</slice>
