IotHubConnectionStringBuilder Class

Definition

Builds a connection string for the IoT hub service based on the properties populated by the user.

public class IotHubConnectionStringBuilder
type IotHubConnectionStringBuilder = class
Public Class IotHubConnectionStringBuilder
Inheritance
IotHubConnectionStringBuilder

Properties

AuthenticationMethod

Gets or sets the authentication method.

DeviceId

The Id of the device

GatewayHostName

The host name of the gateway, if present

HostName

Gets or sets the host name.

IotHubName

Gets the IoT hub name.

ModuleId

The Id of the module, if present

SharedAccessKey

Gets the shared access key value.

SharedAccessKeyName

Gets the shared access key name.

SharedAccessSignature

Gets the shared access key signature.

Methods

Create(String)

Creates an IotHubConnectionStringBuilder object.

Create(String, IAuthenticationMethod)

Creates an IotHubConnectionStringBuilder object.

ToString()

Gets the connection string.

Applies to