CertEncoderDecrypt Method

私鑰解密

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 26.0.0.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public virtual byte[] Decrypt(
	string certFile,
	string certSecurityCode,
	string encryptKey,
	string iv,
	string aad,
	string tag,
	string data
)

Parameters

certFile  String
憑證檔案路徑
certSecurityCode  String
憑證密碼
encryptKey  String
加密金鑰
iv  String
IV值
aad  String
Aad值
tag  String
Tag值
data  String
欲解密的資料

Return Value

Byte
string

Revision History

DateVersionDescription
2020/04/201.0.2.0初版
2020/05/211.0.6.0實測調整
2020/06/181.0.8.0調整為非靜態物件,且允許改寫
2025/09/1925.0.0.0彙整2025年度初版
2025/11/2725.0.1.0修正 SYSLIB0057, SYSLIB0022, SYSLIB0028 警告

See Also