PrivateKeyFile public class PrivateKeyFile : IDisposable Documentation 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 static byte[] DecryptKey(CipherInfo cipherInfo, byte[] cipherData, string passPhrase, byte[] binarySalt) public void Dispose() protected virtual void Dispose(bool disposing)