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