Selerix Developer Tools
Encrypt3StringEx Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class : Encrypt3StringEx Method
The s.
The key.
The IV.
Encrypts the string ex.
Syntax
'Declaration
 
Public Shared Function Encrypt3StringEx( _
   ByVal s As String, _
   ByVal key() As Byte, _
   ByVal IV() As Byte _
) As String
'Usage
 
Dim s As String
Dim key() As Byte
Dim IV() As Byte
Dim value As String
 
value = Utils.Encrypt3StringEx(s, key, IV)
public static string Encrypt3StringEx( 
   string s,
   byte[] key,
   byte[] IV
)
public function Encrypt3StringEx( 
    s: String;
    key: Bytearray of;
    IV: Bytearray of
): String; static; 
public static function Encrypt3StringEx( 
   s : String,
   key : byte[],
   IV : byte[]
) : String;
public: static string* Encrypt3StringEx( 
   string* s,
   byte[]* key,
   byte[]* IV
) 
public:
static String^ Encrypt3StringEx( 
   String^ s,
   array<byte>^ key,
   array<byte>^ IV
) 

Parameters

s
The s.
key
The key.
IV
The IV.
See Also

Reference

Utils Class
Utils Members