CheckInResultchallenge Property

登入驗證亂數

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+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public string challenge { get; set; }

Property Value

String

Remarks

系統產生的一組亂數文字,於 Challenge Request API 之 signature 使用。若 statusCode 不為 "0000" 時,則此欄位為空值

See Also