IAuthenticationMethod インターフェイス

定義

デバイス通信に使用する認証インターフェイス。

public interface IAuthenticationMethod
type IAuthenticationMethod = interface
Public Interface IAuthenticationMethod
派生

メソッド

Populate(IotHubConnectionCredentials)

現在のインスタンスの IotHubConnectionCredentials プロパティに基づいてインスタンスを設定します。

Populate(IotHubConnectionStringBuilder)

現在のインスタンスの IotHubConnectionStringBuilder プロパティに基づいてインスタンスを設定します。

適用対象