BmpPwd.NoEncryption.Decrypt C# (CSharp) 메소드

Decrypt() 공개 메소드

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