Поделиться через


EncryptedSharedFolderDataType Members

Include Protected Members
Include Inherited Members

The EncryptedSharedFolderDataType contains the encrypted data that a client passes to a server to share folder data with other clients.

The EncryptedSharedFolderDataType type exposes the following members.

Constructors

  Name Description
Public method EncryptedSharedFolderDataType The EncryptedSharedFolderDataType constructor initializes a new instance of the EncryptedSharedFolderDataType class.

Top

Properties

  Name Description
Public property Data The Data property gets or sets the encrypted data that is being shared.
Public property Token The Token property gets or sets the encrypted identification token that corresponds to the data that is being shared.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top