PrivateKeyFile public class PrivateKeyFile : IPrivateKeySource, IDisposable Documentation Code public IReadOnlyCollection<HostAlgorithm> HostKeyAlgorithms { get; } public Key Key { get; } public PrivateKeyFile(Key key) public PrivateKeyFile(Stream privateKey) public PrivateKeyFile(string fileName) public PrivateKeyFile(string fileName, string passPhrase) public PrivateKeyFile(Stream privateKey, string passPhrase) public void Dispose() protected virtual void Dispose(bool disposing)