2.2.4.2 t:ArrayOfBinaryType Complex Type

The ArrayOfBinaryType complex type specifies a collection of certificates for a contact (2).<4> This type is used by the UserSMIMECertificate element and the MSExchangeCertificate element of the ContactItemType complex type, as specified in section 2.2.4.3.

 <xs:complexType name="ArrayOfBinaryType"> 
   <xs:sequence>
     <xs:element name="Base64Binary" type="xs:base64Binary" minOccurs="0" maxOccurs="unbounded" />
   </xs:sequence>
 </xs:complexType>

Child element

Element name

Type

Description

Base64Binary

xs:base64Binary [XMLSCHEMA2]

Specifies a single certificate for a contact (2). The value is encoded with base64 encoding.