Reads data from a file, decrypts it based on a current user store, converts it from base 64 string and deserializes it.

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

Syntax

C#
public static Object Deserialize(
	string filePath
)
Visual Basic
Public Shared Function Deserialize ( 
	filePath As String
) As Object
Visual C++
public:
static Object^ Deserialize(
	String^ filePath
)
F#
static member Deserialize : 
        filePath : string -> Object 

Parameters

filePath
Type: System..::..String

Return Value

Type: Object

See Also