Sets password for encryption and decryption.
            
    Namespace: 
   Rebex.Security
    Assembly:
   Rebex.Security (in Rebex.Security.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub SetPassword ( _ password As Byte() _ ) | 
| C# | 
|---|
| public void SetPassword( byte[] password ) | 
Parameters
- password
- Type: array<System..::..Byte>[]()[][]
 Password for encryption and decryption.
 
     
     
     
     
    