SshFingerprintEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
Provides data for the FingerprintCheck event.
Syntax
public class SshFingerprintEventArgs : EventArgs
Inherited Members
Constructors
| Name | Description |
|---|---|
| SshFingerprintEventArgs(SshFingerprint) | Initializes a new instance of the SshFingerprintEventArgs class with the specified fingerprint. |
| SshFingerprintEventArgs(SshPublicKey) | Initializes a new instance of the SshFingerprintEventArgs class with the specified server key. |
Properties
| Name | Description |
|---|---|
| Accept | Gets or sets a value indicating whether to accept the fingerprint. |
| Fingerprint | Gets the server's fingerprint. |
| ServerKey | Gets the server public key. |