BuildMaster SDK Reference
Version:
PersistenceEncryptionMode Enumeration
Specifies the encryption algorithm to use for encrypted persistent properties.
Inheritance Hierarchy
- object
- System.ValueType
- System.Enum
- Inedo.Serialization.PersistenceEncryptionMode
Syntax
public
enum
PersistenceEncryptionMode : System.IComparable, System.IFormattable, System.IConvertible
Fields
|
Name |
Description |
|
Aes128
|
Use AES with a 128-bit key.
|
|
None
|
No encryption.
|