Initializes a new instance of the PrivateKeyFile class.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- privateKey
- Type:
System.IO Stream
The private key.
- passPhrase
- Type:
System String
The pass phrase.
Exceptions
| Exception | Condition |
|---|---|
| privateKey or passPhrase is null. |
See Also