_3PA.Lib.Ftp.SslInfo.ToString C# (CSharp) Méthode

ToString() public méthode

public ToString ( ) : string
Résultat string
        public override string ToString()
        {
            return SslProtocol + ", " +
                   CipherAlgorithm + " (" + _cipherStrength + " bit), " +
                   KeyExchangeAlgorithm + " (" + _keyExchangeStrength + " bit), " +
                   HashAlgorithm + " (" + _hashStrength + " bit)";
        }
SslInfo