Method | Description | |
---|---|---|
CheckPageantRunning ( ) : bool |
Checks to see if any Pageant-like application is running
|
|
Dispose ( ) : void | ||
PageantAgent ( ) : System |
Creates a new instance of PageantWindow that acts as a server for Putty-type clients. This window is not meant to be used for UI. |
|
StartCygwinSocket ( string path ) : void |
Starts a cygwin style socket that can be used by the ssh program that comes with cygwin.
|
|
StartMsysSocket ( string path ) : void |
Starts a msysgit style socket that can be used by the ssh program that comes with msysgit.
|
|
StopCygwinSocket ( ) : void | ||
StopMsysSocket ( ) : void |
Method | Description | |
---|---|---|
CloseHandle ( |
||
CreateWindowExW ( |
||
CustomWndProc ( |
|
|
DefWindowProcW ( |
||
DestroyWindow ( |
||
Dispose ( bool disposing ) : void | ||
DoOSCheck ( ) : void | ||
FindWindow ( String sClassName, String sAppName ) : |
||
GetProcessOwnerSID ( int pid ) : System.Security.Principal.SecurityIdentifier | ||
GetSecurityInfo ( |
||
OpenProcess ( AccessRights dwDesiredAccess, bool bInheritHandle, long dwProcessId ) : |
||
RegisterClassW ( [ lpWndClass ) : |
||
RunWindowInNewAppcontext ( ) : void | ||
connectionHandler ( Stream stream, |
public StartCygwinSocket ( string path ) : void | ||
path | string | The path to the socket file that will be created. |
return | void |
public StartMsysSocket ( string path ) : void | ||
path | string | The path to the socket file that will be created. |
return | void |