C# 클래스 withSIX.Sync.Core.Keys.SshKeyFactory

상속: IDomainService
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
Create ( string outFile, bool overwrite = false, int bits = SshKeyPair.DefaultBits, string type = SshKeyPair.DefaultType ) : SshKeyPair
SshKeyFactory ( IProcessManager processManager ) : System

비공개 메소드들

메소드 설명
CreateFiles ( string outFile, bool overwrite = false, int bits = SshKeyPair.DefaultBits, string type = SshKeyPair.DefaultType ) : void
GetParameters ( string outFile, int bits, string type ) : string

메소드 상세

Create() 공개 메소드

public Create ( string outFile, bool overwrite = false, int bits = SshKeyPair.DefaultBits, string type = SshKeyPair.DefaultType ) : SshKeyPair
outFile string
overwrite bool
bits int
type string
리턴 SshKeyPair

SshKeyFactory() 공개 메소드

public SshKeyFactory ( IProcessManager processManager ) : System
processManager IProcessManager
리턴 System