EncryptionMode Enumeration |
Mode used to encrypt and decrypt the password values
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic enum EncryptionMode
Members| Member name | Value | Description |
|---|
| Default | 0 |
Use the key values defined in the configuration file (default)
|
| MachineRSAContainer | 1 |
Use the Machine RSA Key Container (works only for the current machine)
|
| UserRSAContainer | 2 |
Use the User RSA Key Container (works only for the current user)
|
See Also