C# Class withSIX.Sync.Core.Keys.SshKeyFactory

Inheritance: IDomainService
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
Create ( string outFile, bool overwrite = false, int bits = SshKeyPair.DefaultBits, string type = SshKeyPair.DefaultType ) : SshKeyPair
SshKeyFactory ( IProcessManager processManager ) : System

Private Methods

Méthode Description
CreateFiles ( string outFile, bool overwrite = false, int bits = SshKeyPair.DefaultBits, string type = SshKeyPair.DefaultType ) : void
GetParameters ( string outFile, int bits, string type ) : string

Method Details

Create() public méthode

public Create ( string outFile, bool overwrite = false, int bits = SshKeyPair.DefaultBits, string type = SshKeyPair.DefaultType ) : SshKeyPair
outFile string
overwrite bool
bits int
type string
Résultat SshKeyPair

SshKeyFactory() public méthode

public SshKeyFactory ( IProcessManager processManager ) : System
processManager IProcessManager
Résultat System