Click or drag to resize

EncryptionMode Enumeration

Mode used to encrypt and decrypt the password values

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum EncryptionMode
Members
Member nameValueDescription
Default0 Use the key values defined in the configuration file (default)
MachineRSAContainer1 Use the Machine RSA Key Container (works only for the current machine)
UserRSAContainer2 Use the User RSA Key Container (works only for the current user)
See Also