Click or drag to resize
EncrypterToCiphertext Method
将加密后的二进制数据转为某种格式的文本信息

Namespace: X3Platform.Security
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string ToCiphertext(
	byte[] result,
	CiphertextFormat format
)

Parameters

result
Type: SystemByte
加密后的二进制结果数据
format
Type: X3Platform.SecurityCiphertextFormat
密文格式

Return Value

Type: String
格式化后的的加密文本
See Also