C# Class Poderosa.Forms.SSHOptionPanel.PublicKeyAlgorithmListItem

List item object for displaying the algorithm name instead of the enum name.
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Свойство Type Description
AlgorithmName string
Value PublicKeyAlgorithm

Méthodes publiques

Méthode Description
PublicKeyAlgorithmListItem ( PublicKeyAlgorithm value ) : System
ToString ( ) : string

Method Details

PublicKeyAlgorithmListItem() public méthode

public PublicKeyAlgorithmListItem ( PublicKeyAlgorithm value ) : System
value PublicKeyAlgorithm
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

AlgorithmName public_oe property

public string AlgorithmName
Résultat string

Value public_oe property

public PublicKeyAlgorithm Value
Résultat PublicKeyAlgorithm