EncrypterFromCiphertext Method |
将某种格式的密文转为加密后的二进制数据
Namespace: X3Platform.SecurityAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static byte[] FromCiphertext(
string ciphertext,
CiphertextFormat format
)
public:
static array<unsigned char>^ FromCiphertext(
String^ ciphertext,
CiphertextFormat format
)
Parameters
- ciphertext
- Type: SystemString
密文 - format
- Type: X3Platform.SecurityCiphertextFormat
密文格式
Return Value
Type:
Byte加密后的二进制数据
See Also