Challengesignature Property

登入簽章值 ,以 Base64 編碼

Definition

Namespace: eBizprise.Framework.Api.DataContract.Confirmation
Assembly: eBizprise.Framework.Api.DataContract.Confirmation (in eBizprise.Framework.Api.DataContract.Confirmation.dll) Version: 25.0.0.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public string signature { get; set; }

Property Value

String

Remarks

將 replierApAccount 與 challenge 組合成簽章資料,再將組合成的簽章資料,以回覆單位的「專屬憑證」進行簽章,簽章格式為PKCS#1 ,簽章演算法為 SHA256WithRSA

See Also