Class TeamEncryptionKeyActivateKeyDetails
Activated team encryption key.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamEncryptionKeyActivateKeyDetails
Constructors
View SourceTeamEncryptionKeyActivateKeyDetails(string)
Initializes a new instance of the TeamEncryptionKeyActivateKeyDetails class.
Declaration
public TeamEncryptionKeyActivateKeyDetails(string keyManagementType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | keyManagementType | Type of key management. |
Properties
View SourceKeyManagementType
Type of key management.
Declaration
public string KeyManagementType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |