Dropbox .NET SDK

Class EncryptedFolderUnenrollClientDetails

Unenrolled device.

Inheritance
object
EncryptedFolderUnenrollClientDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class EncryptedFolderUnenrollClientDetails

Constructors

View Source

EncryptedFolderUnenrollClientDetails(string)

Initializes a new instance of the EncryptedFolderUnenrollClientDetails class.

Declaration
public EncryptedFolderUnenrollClientDetails(string clientKeyId)
Parameters
Type Name Description
string clientKeyId

Identifier of the client key.

Properties

View Source

ClientKeyId

Identifier of the client key.

Declaration
public string ClientKeyId { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK