EncrypterToCiphertext Method |
将加密后的二进制数据转为某种格式的文本信息
Namespace: X3Platform.SecurityAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string ToCiphertext(
byte[] result,
CiphertextFormat format
)
public:
static String^ ToCiphertext(
array<unsigned char>^ result,
CiphertextFormat format
)
Parameters
- result
- Type: SystemByte
加密后的二进制结果数据 - format
- Type: X3Platform.SecurityCiphertextFormat
密文格式
Return Value
Type:
String格式化后的的加密文本
See Also