EncryptedSharedFolderDataType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The EncryptedSharedFolderDataType contains the encrypted data that a client passes to a server to share folder data with other clients.
public ref class EncryptedSharedFolderDataType
public class EncryptedSharedFolderDataType
Public Class EncryptedSharedFolderDataType
- Inheritance
-
EncryptedSharedFolderDataType
Constructors
EncryptedSharedFolderDataType() |
The EncryptedSharedFolderDataType constructor initializes a new instance of the EncryptedSharedFolderDataType class. |
Properties
Data |
The Data property gets or sets the encrypted data that is being shared. |
Token |
The Token property gets or sets the encrypted identification token that corresponds to the data that is being shared. |