IAuthenticationMethod Interface

Definition

Authentication interface to use for device communications.

public interface IAuthenticationMethod
type IAuthenticationMethod = interface
Public Interface IAuthenticationMethod
Derived

Methods

Populate(IotHubConnectionCredentials)

Populates an IotHubConnectionCredentials instance based on the properties of the current instance.

Populate(IotHubConnectionStringBuilder)

Populates an IotHubConnectionStringBuilder instance based on the properties of the current instance.

Applies to