PrivateKeyFile public class PrivateKeyFile : IDisposable Documentation Code public HostAlgorithm HostKey { get; } 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)