CoreHash512 Method

取得SHA512 Base64雜湊值

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 26.0.0.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public static string Hash512(
	string data
)

Parameters

data  String
文字

Return Value

String
string

Example

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

Revision History

DateVersionDescription
2025/07/302.2.7.0增加SHA512雜湊值處理功能
2025/09/1925.0.0.0彙整2025年度初版

See Also