SshAuthenticationAgent.LegacyPageant Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
LegacyPageant
Gets the client for legacy Pageant SSH authentication agent server.
Declaration
public static SshAuthenticationAgent LegacyPageant { get; }
Property Value
Type | Description |
---|---|
SshAuthenticationAgent |
Remarks
LegacyPageant sends windows message to initiate communication with the server, after that client and server exchange messages via memory-mapped file.
Exceptions
Type | Condition |
---|---|
PlatformNotSupportedException | Client for legacy Pageant SSH authentication agent server is not supported on the current platform and/or with the selected .NET/.NET Framework version. |