dlech.SshAgentLib.SshKeyEventArgs.SshKeyEventArgs C# (CSharp) Method

SshKeyEventArgs() public method

public SshKeyEventArgs ( ISshKey key ) : System
key ISshKey
return System
        public SshKeyEventArgs(ISshKey key)
        {
            this.Key = key;
        }
SshKeyEventArgs