Esempio n. 1
0
        public static string DecodeFromASProxyBase64(string b64Input)
        {
            var decoder = new ASProxyDecoderBase64();

            return(decoder.DecodeString(b64Input));
        }
Esempio n. 2
0
 public static string DecodeFromASProxyBase64(string b64input)
 {
     ASProxyDecoderBase64 decoder = new ASProxyDecoderBase64();
     return decoder.DecodeString(b64input);
 }