CertEncoderVerify(String, String, Byte) Method
公鑰驗章
Namespace: eBizprise.FrameworkAssembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 25.0.3.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
public virtual bool Verify(
string publicCertFile,
string signedData,
byte[] verifyData
)
- publicCertFile String
- 憑證檔案路徑
- signedData String
- 已加簽的資料
- verifyData Byte
- 未加簽的資料
Booleanbool
| Date | Version | Description |
|---|
| 2020/04/14 | 1.0.2.0 | 初版 |
| 2020/05/21 | 1.0.6.0 | 實測調整 |
| 2020/06/18 | 1.0.8.0 | 調整為非靜態物件,且允許改寫 |
| 2025/09/19 | 25.0.0.0 | 彙整2025年度初版 |
| 2025/11/27 | 25.0.1.0 | 修正 SYSLIB0057 警告 |