次の方法で共有


IntegrationRuntimeConnectionInfo クラス

定義

オンプレミスのデータ ソース資格情報を暗号化するための接続情報。

public class IntegrationRuntimeConnectionInfo
type IntegrationRuntimeConnectionInfo = class
Public Class IntegrationRuntimeConnectionInfo
継承
IntegrationRuntimeConnectionInfo

コンストラクター

IntegrationRuntimeConnectionInfo()

IntegrationRuntimeConnectionInfo クラスの新しいインスタンスを初期化します。

IntegrationRuntimeConnectionInfo(IDictionary<String,Object>, String, String, String, String, String, Nullable<Boolean>)

IntegrationRuntimeConnectionInfo クラスの新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

メッセージから一致しないプロパティを取得または設定すると、このコレクションが逆シリアル化されます

HostServiceUri

オンプレミス統合ランタイム のホスト URL を取得します。

IdentityCertThumbprint

統合ランタイム SSL 証明書の拇印を取得します。 アプリケーションClick-Once使用してサーバーの検証を行います。

IsIdentityCertExprired

ID 証明書の有効期限が切れているかどうかを取得します。

PublicKey

資格情報を統合ランタイムに転送するときに資格情報を暗号化するための公開キーを取得します。

ServiceToken

サービスで生成されたトークンを取得します。 呼び出し元は、このトークンを使用して統合ランタイムに対する認証を行います。

Version

統合ランタイムのバージョンを取得します。

適用対象