Uses the Data Protection API (DPAPI) to encrypt and decrypt data based on the logged in user or local machine.

Namespace: MonoSoftware.Core.Cryptography
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static class EncryptionProvider
Visual Basic
Public NotInheritable Class EncryptionProvider
Visual C++
public ref class EncryptionProvider abstract sealed
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type EncryptionProvider =  class end

Inheritance Hierarchy

System..::..Object
  MonoSoftware.Core.Cryptography..::..EncryptionProvider

See Also