Class EncryptedFolderEnrollClientDetails
Enrolled device.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class EncryptedFolderEnrollClientDetails
Constructors
View SourceEncryptedFolderEnrollClientDetails(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 SourceClientKeyId
Identifier of the client key.
Declaration
public string ClientKeyId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |