dlech.SshAgentLib.Agent.KeyUsedEventArgs.KeyUsedEventArgs C# (CSharp) Метод

KeyUsedEventArgs() публичный Метод

public KeyUsedEventArgs ( ISshKey key, Process otherProcess ) : System
key ISshKey
otherProcess System.Diagnostics.Process
Результат System
            public KeyUsedEventArgs(ISshKey key, Process otherProcess)
            {
                Key = key;
                OtherProcess = otherProcess;
            }
Agent.KeyUsedEventArgs