共用方式為


IntegrationRuntimeConnectionInfo interface

用於加密內部部署數據源認證的連線資訊。

屬性

hostServiceUri

內部部署整合運行時間主機 URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。

identityCertThumbprint

整合運行時間 SSL 憑證指紋。 Click-Once 應用程式使用它來執行伺服器驗證。 注意:這個屬性不會串行化。 它只能由伺服器填入。

isIdentityCertExprired

身分識別憑證是否已過期。 注意:這個屬性不會串行化。 它只能由伺服器填入。

publicKey

將認證傳輸至整合運行時間時加密認證的公鑰。 注意:這個屬性不會串行化。 它只能由伺服器填入。

serviceToken

服務中產生的令牌。 呼叫端會使用此令牌向整合運行時間進行驗證。 注意:這個屬性不會串行化。 它只能由伺服器填入。

version

整合運行時間版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

hostServiceUri

內部部署整合運行時間主機 URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。

hostServiceUri?: string

屬性值

string

identityCertThumbprint

整合運行時間 SSL 憑證指紋。 Click-Once 應用程式使用它來執行伺服器驗證。 注意:這個屬性不會串行化。 它只能由伺服器填入。

identityCertThumbprint?: string

屬性值

string

isIdentityCertExprired

身分識別憑證是否已過期。 注意:這個屬性不會串行化。 它只能由伺服器填入。

isIdentityCertExprired?: boolean

屬性值

boolean

publicKey

將認證傳輸至整合運行時間時加密認證的公鑰。 注意:這個屬性不會串行化。 它只能由伺服器填入。

publicKey?: string

屬性值

string

serviceToken

服務中產生的令牌。 呼叫端會使用此令牌向整合運行時間進行驗證。 注意:這個屬性不會串行化。 它只能由伺服器填入。

serviceToken?: string

屬性值

string

version

整合運行時間版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。

version?: string

屬性值

string