Specifies the type of encryption method to use when protecting data.

Namespace: LLCryptoLib.Security.Cryptography
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public enum ProtectionType
Visual Basic
Public Enumeration ProtectionType
Visual C++
public enum class ProtectionType

Members

Member nameValueDescription
LocalMachine0The encrypted data is associated with the local machine. Any user on the computer on which the data is encrypted can decrypt the data.
CurrentUser1The encrypted data is associated with the current user. Only a user with logon credentials matching those of the encrypter can decrypt the data.

See Also