Shared Public Function Decrypt( _ ByVal stringToDecrypt As String, _ ByVal sEncryptionKey As String _ ) As String
public static string Decrypt( string stringToDecrypt, string sEncryptionKey );
public: static String* Decrypt( String* stringToDecrypt, String* sEncryptionKey );
public static function Decrypt( String stringToDecrypt, String sEncryptionKey ): String;