Method | Description | |
---|---|---|
ProtectString ( this self, string input ) : byte[] | ||
UnprotectString ( this self, byte input ) : string |
public static ProtectString ( this self, string input ) : byte[] | ||
self | this | |
input | string | |
return | byte[] |
public static UnprotectString ( this self, byte input ) : string | ||
self | this | |
input | byte | |
return | string |