CertEncoderPublicEncrypt Method

公鑰加密

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 25.0.3.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public virtual byte[] PublicEncrypt(
	string certString,
	string data
)

Parameters

certString  String
公鑰內容
data  String
欲加密文字

Return Value

Byte
byte[]

Revision History

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

See Also