Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / SSHConstants.DiffieHellmanGroupKeyExchangePacketID Enumeration


In This Topic
    SSHConstants.DiffieHellmanGroupKeyExchangePacketID Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum SSHConstants.DiffieHellmanGroupKeyExchangePacketID 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum SSHConstants.DiffieHellmanGroupKeyExchangePacketID : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberValueDescription
    SSH_MSG_KEX_DH_GEX_GROUP31 
    SSH_MSG_KEX_DH_GEX_INIT32 
    SSH_MSG_KEX_DH_GEX_REPLY33 
    SSH_MSG_KEX_DH_GEX_REQUEST34 
    SSH_MSG_KEX_DH_GEX_REQUEST_OLD30 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.SSH.Core.SSHConstants.DiffieHellmanGroupKeyExchangePacketID

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also