ConfirmationHelperTCodeTable Class

函證助手

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Api.ConfirmationHelper (in eBizprise.Framework.Api.ConfirmationHelper.dll) Version: 25.0.1.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public class ConfirmationHelper<TCodeTable>
where TCodeTable : ICodeTable
Inheritance
Object    ConfirmationHelperTCodeTable

Type Parameters

TCodeTable

Constructors

Properties

IsLog 是否啟用紀錄
IsSimulation 是否模擬發送

Methods

AuthorizeGet 取得「企業約定授權申請」
AuthorizeList 取得「企業約定授權申請」清單
AuthorizeReply 傳送「企業約定授權回覆」
AuthorizeSuspendGet 取得「企業約定授權終止申請」
AuthorizeSuspendList 取得「企業約定授權終止申請」清單
Base64Decode Base64解碼
Base64Encode Base64編碼
Challenge 驗證登入並取得回傳結果
CheckIn 登入並取得回傳結果
CheckOut 登出並取得回傳結果
CircularizationGet 取得已接收「詢證函查詢申請」內容
CircularizationList 取得未下載「詢證函申請」清單
CircularizationReply 傳送「詢證函回覆」
CreatePdf 建立PDF文件
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetOffshoreOrgans 下載目前最新的「虛擬統編資訊清單」
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
QueryApplicationCert 查詢共用應用程式憑證
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

ToBsonString 轉換Bson字串
(Defined by SerializeExtend)
ToBsonString 轉換Bson字串
(Defined by SerializeExtend)
ToJsonString 轉換Json字串
(Defined by SerializeExtend)
ToJsonString 轉換Json字串
(Defined by SerializeExtend)
ToXmlString 轉換Xml字串
(Defined by SerializeExtend)
WriteJsonFile 寫入Json格式檔案
(Defined by SerializeExtend)

See Also