C# Class Poderosa.Forms.SSHOptionPanel.PublicKeyAlgorithmListItem

List item object for displaying the algorithm name instead of the enum name.
显示文件 Open project: poderosaproject/poderosa

Public Properties

Property Type Description
AlgorithmName string
Value PublicKeyAlgorithm

Public Methods

Method Description
PublicKeyAlgorithmListItem ( PublicKeyAlgorithm value ) : System
ToString ( ) : string

Method Details

PublicKeyAlgorithmListItem() public method

public PublicKeyAlgorithmListItem ( PublicKeyAlgorithm value ) : System
value PublicKeyAlgorithm
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

AlgorithmName public_oe property

public string AlgorithmName
return string

Value public_oe property

public PublicKeyAlgorithm Value
return PublicKeyAlgorithm