NeatUpload Documentation

ObjectProtector.Unprotect Method

Converts a secure string back to the object tree it represents.

Overload List

Converts a secure string back to the object tree it represents.

public static object Unprotect(string);

Converts a secure string back to the object tree it represents.

public static object Unprotect(string,byte[],byte[]);

 

public static void Unprotect(string,byte[],byte[],ObjectProtector#Deserializer,ObjectProtector#SignatureChecker);

Converts a secure string back to the object tree it represents.

public static object Unprotect(string,byte[],byte[],string,string);

 

public static void Unprotect(string,byte[],byte[],string,string,ObjectProtector#Deserializer,ObjectProtector#SignatureChecker);

See Also

ObjectProtector Class | Brettle.Web.NeatUpload Namespace