SshAuthenticationAgent.Pageant Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Pageant
Gets the client for Pageant SSH authentication agent server.
Declaration
public static SshAuthenticationAgent Pageant { get; }
Property Value
Type | Description |
---|---|
SshAuthenticationAgent |
Remarks
Pageant communicates via named pipe.
Exceptions
Type | Condition |
---|---|
PlatformNotSupportedException | Client for Pageant SSH authentication agent server is not supported on the current platform and/or with the selected .NET/.NET Framework version. |