BmpPwd.NoEncryption.Decrypt C# (CSharp) Method

Decrypt() public method

public Decrypt ( string key, string encryptedText ) : string
key string
encryptedText string
return string
        public string Decrypt(string key, string encryptedText) => encryptedText;
NoEncryption