IntegrationRuntimeConnectionInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Connection information for encrypting the on-premises data source credentials.
public class IntegrationRuntimeConnectionInfo
type IntegrationRuntimeConnectionInfo = class
Public Class IntegrationRuntimeConnectionInfo
- Inheritance
-
IntegrationRuntimeConnectionInfo
Constructors
IntegrationRuntimeConnectionInfo() |
Initializes a new instance of the IntegrationRuntimeConnectionInfo class. |
IntegrationRuntimeConnectionInfo(IDictionary<String,Object>, String, String, String, String, String, Nullable<Boolean>) |
Initializes a new instance of the IntegrationRuntimeConnectionInfo class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
HostServiceUri |
Gets the on-premises integration runtime host URL. |
IdentityCertThumbprint |
Gets the integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation. |
IsIdentityCertExprired |
Gets whether the identity certificate is expired. |
PublicKey |
Gets the public key for encrypting a credential when transferring the credential to the integration runtime. |
ServiceToken |
Gets the token generated in service. Callers use this token to authenticate to integration runtime. |
Version |
Gets the integration runtime version. |
Applies to
Azure SDK for .NET