Dropbox .NET SDK

Class EncryptedFolderEnrollClientDetails

Enrolled device.

Inheritance
object
EncryptedFolderEnrollClientDetails
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 EncryptedFolderEnrollClientDetails

Constructors

View Source

EncryptedFolderEnrollClientDetails(string)

Initializes a new instance of the EncryptedFolderEnrollClientDetails class.

Declaration
public EncryptedFolderEnrollClientDetails(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