Dropbox .NET SDK

Class TeamEncryptionKeyActivateKeyDetails

Activated team encryption key.

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

Constructors

View Source

TeamEncryptionKeyActivateKeyDetails(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 Source

KeyManagementType

Type of key management.

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