'Declaration
Public Enum ExportEncryptionType Inherits System.Enum
public enum ExportEncryptionType : System.Enum
public enum class ExportEncryptionType : public System.Enum
'Declaration
Public Enum ExportEncryptionType Inherits System.Enum
public enum ExportEncryptionType : System.Enum
public enum class ExportEncryptionType : public System.Enum
Member | Value | Description |
---|---|---|
Asymmetric | 2 | At export, data is encrypted using a public key provided by the user. On import, the user must supply the corresponding private key to decrypt the data. |
DefaultKey | 0 | Encryption uses the default adTempus encryption key. |
Password | 1 | Encryption uses a password/key specified by the user. The same password/key must be specified at both export and import. |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.ExportEncryptionType