Encode
SymmetricEncryption.Encode method
根据提供的算法类型、密钥和盐参数加密字符串
public string Encode(string source)
范围 | 类型 | 描述 |
---|---|---|
source | String | 要编码的源字符串。 |
返回值
返回加密的字符串。
根据提供的算法类型、密钥和盐参数加密字符串
public string Encode(string source)
范围 | 类型 | 描述 |
---|---|---|
source | String | 要编码的源字符串。 |
返回加密的字符串。