C# 클래스 Elastacloud.AzureManagement.LinuxKeyConverter.SSHKeyConverter

Used to convert SSH keys between formats
상속: IKeyConverter
파일 보기 프로젝트 열기: azurecoder/fluent-management

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ConvertKey ( ) : string

메소드 상세

Convert() 공개 메소드

Converts an SSH key between .pem and opensshv2 formats
public Convert ( ) : bool
리턴 bool

SSHKeyConverter() 공개 메소드

Constructs an SSH conversion path for keys
public SSHKeyConverter ( string privateKeyFile, string password ) : System
privateKeyFile string
password string
리턴 System

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string