C# Class Elastacloud.AzureManagement.LinuxKeyConverter.SSHKeyConverter

Used to convert SSH keys between formats
Inheritance: IKeyConverter
Afficher le fichier Open project: azurecoder/fluent-management

Méthodes publiques

Méthode Description
Convert ( ) : bool

Converts an SSH key between .pem and opensshv2 formats

SSHKeyConverter ( string privateKeyFile, string password ) : System

Constructs an SSH conversion path for keys

ToString ( ) : string

Returns a string that represents the current object.

Private Methods

Méthode Description
ConvertKey ( ) : string

Method Details

Convert() public méthode

Converts an SSH key between .pem and opensshv2 formats
public Convert ( ) : bool
Résultat bool

SSHKeyConverter() public méthode

Constructs an SSH conversion path for keys
public SSHKeyConverter ( string privateKeyFile, string password ) : System
privateKeyFile string
password string
Résultat System

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string