C# Class dlech.SshAgentLib.Agent.KeyUsedEventArgs

Inheritance: System.EventArgs
Show file Open project: dlech/SshAgentLib

Public Methods

Method Description
KeyUsedEventArgs ( ISshKey key, Process otherProcess ) : System

Method Details

KeyUsedEventArgs() public method

public KeyUsedEventArgs ( ISshKey key, Process otherProcess ) : System
key ISshKey
otherProcess System.Diagnostics.Process
return System