C# Class Poderosa.Forms.SSHOptionPanel.CipherAlgorithmListItem

List item object for displaying the algorithm name instead of the enum name.
Datei anzeigen Open project: poderosaproject/poderosa

Public Properties

Property Type Description
AlgorithmName string
Value CipherAlgorithm

Public Methods

Method Description
CipherAlgorithmListItem ( CipherAlgorithm value ) : System
ToString ( ) : string

Method Details

CipherAlgorithmListItem() public method

public CipherAlgorithmListItem ( CipherAlgorithm value ) : System
value CipherAlgorithm
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 CipherAlgorithm Value
return CipherAlgorithm