2.2.2.3.9 publisherIdentityType

Target namespace: urn:schemas-microsoft-com:asm.v2

Referenced by: publisherIdentity

The publisherIdentityType complex type specifies a publisher of a deployment package.

Attributes:

name :  A string ([W3C-XSD] section 3.2.1) attribute that specifies the distinguished name of the publisher as specified in [RFC1779] section 2.3.

issuerKeyHash :  A string ([W3C-XSD] section 3.2.1) attribute that specifies the SHA-1 hash ([FIPS180-4] section 6.1) of the public key in the certificate of the certification authority (CA) that issued the publisher’s certificate ([RFC3280]). The SHA-1 public key hash is computed over the value of the subjectPublicKey field in the subjectPublicKeyInfo field ([RFC3280] section 4.1). The tag and length MUST be excluded from the value before calculation.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment defines the contents of this complex type.

 <xs:complexType name="publisherIdentityType">
   <xs:attribute name="name" type="xs:string"/>
   <xs:attribute name="issuerKeyHash" type="xs:string"/>
 </xs:complexType>