PrivateKeyFile public class PrivateKeyFile Documentation public string AlgorithmName { get; } public byte[] PublicKey { get; } public PrivateKeyFile(Stream privateKey) public PrivateKeyFile(string fileName) public PrivateKeyFile(string fileName, string passPhrase) public PrivateKeyFile(Stream privateKey, string passPhrase) public static IEnumerable<byte> DecryptKey(Cipher cipher, byte[] cipherData, string passPhrase, byte[] binarySalt) public byte[] GetSignature(IEnumerable<byte> sessionId)