CoreHash Method

取得SHA256 Base64雜湊值

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 25.0.3.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public static string Hash(
	string data
)

Parameters

data  String
文字

Return Value

String
string

Example

C#
string contextHash = CertEncoder.Hash(contextJson);

Revision History

DateVersionDescription
2020/04/201.0.2.0增加檔案及文字編碼處理功能
2025/09/1925.0.0.0彙整2025年度初版
2025/11/2725.0.1.0修正SHA256編譯警告

See Also