AESEncoderDecrypt(String, String, String) Method

解密指定文字

Definition

Namespace: eBizprise.Framework.EncodeHelper
Assembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 26.0.0.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public static string Decrypt(
	string key,
	string iv,
	string base64String
)

Parameters

key  String
加密金鑰
iv  String
初始向量
base64String  String
欲解密文字

Return Value

String
string

Revision History

DateVersionDescription
2020/02/191.0.0.1初版
2020/04/201.0.2.0修改回傳方式與釋放元件
2022/01/052.0.1.0修正重覆擲回警告
2025/09/1925.0.0.0彙整2025年度初版

See Also