Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |