NeatUpload Documentation

ObjectProtector.Protect Method

Overload List

 

public static string Protect(ObjectProtector#Serializer,byte[],byte[]);

 

public static string Protect(ObjectProtector#Serializer,byte[],byte[],string,string);

Converts an object tree to a secure string.

public static string Protect(object);

Converts an object tree to a secure string.

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

Converts an object tree to a secure string.

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

See Also

ObjectProtector Class | Brettle.Web.NeatUpload Namespace