The SshPrivateKey type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCertificate
Gets a certificate of a certificate-based SSH key.
Public propertySupported by the .NET Compact FrameworkComment
Gets or sets the key comment. The comment is used while saving in some formats.
(Inherited from SshPublicKey.)
Public propertySupported by the .NET Compact FrameworkFingerprint
Gets the public key fingerprint.
(Inherited from SshPublicKey.)
Public propertySupported by the .NET Compact FrameworkKeyAlgorithm
Gets the key algorithm.
(Inherited from SshPublicKey.)
Public propertySupported by the .NET Compact FrameworkKeyAlgorithmId
Gets the key algorithm ID
(Inherited from SshPublicKey.)
Public propertySupported by the .NET Compact FrameworkKeySize
Gets the key size, in bits.
(Inherited from SshPublicKey.)

See Also