Gets or sets the group of allowed encryption modes.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Networking (in Rebex.Networking.dll)
Syntax
| Visual Basic | 
|---|
Public Property EncryptionModes As SshEncryptionMode Get Set  | 
| C# | 
|---|
public SshEncryptionMode EncryptionModes { get; set; }  |