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

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

Parameters

ciphertext
Type: SystemString
密文
format
Type: X3Platform.SecurityCiphertextFormat
密文格式

Return Value

Type: Byte
加密后的二进制数据
See Also