Decode

SymmetricEncryptionAttribute.Decode method

根据算法类型、密钥和盐参数解密传递的字符串

public string Decode(string source)
范围 类型 描述
source String 要解码的加密字符串。

返回值

返回解码后的字符串。

也可以看看