Mentalis.org Security Library documentation

ProtectionType Enumeration

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

[Visual Basic]
Public Enum ProtectionType
[C#]
public enum ProtectionType

Members

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

Requirements

Namespace: Org.Mentalis.Security.Cryptography Namespace

Assembly: Org.Mentalis.Security.dll

See Also

Org.Mentalis.Security.Cryptography Namespace