2.2.4.7 t:EncryptedSharedFolderDataType Complex Type

The EncryptedSharedFolderDataType complex type specifies encrypted folder information that is passed between servers by the client.

 <xs:complexType name="EncryptedSharedFolderDataType">
   <xs:sequence>
     <xs:element name="Token"
       type="t:EncryptedDataContainerType"
      />
     <xs:element name="Data"
       type="t:EncryptedDataContainerType"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the EncryptedSharedFolderDataType complex type.

Element

Type

Description

Token

t:EncryptedDataContainerType (section 2.2.4.6)

Specifies an identification token.

Data

t:EncryptedDataContainerType

Specifies the encrypted data.