Azavea.Open.Common.Cryptography.ITwoWayHash.Decrypt C# (CSharp) Метод

Decrypt() публичный абстрактный Метод

decrypts cyphertext into plaintext
public abstract Decrypt ( string input ) : string
input string cyphertext
Результат string
        public abstract string Decrypt(string input);