Poderosa.Forms.SSHOptionPanel.CipherAlgorithmListItem.CipherAlgorithmListItem C# (CSharp) 메소드

CipherAlgorithmListItem() 공개 메소드

public CipherAlgorithmListItem ( CipherAlgorithm value ) : System
value CipherAlgorithm
리턴 System
            public CipherAlgorithmListItem(CipherAlgorithm value)
            {
                this.Value = value;
                this.AlgorithmName = value.GetAlgorithmName();
            }
SSHOptionPanel.CipherAlgorithmListItem