ModuleAuthenticationWithToken クラス

定義

共有アクセス署名トークンを使用する認証方法。

public sealed class ModuleAuthenticationWithToken : Microsoft.Azure.Devices.Client.IAuthenticationMethod
type ModuleAuthenticationWithToken = class
    interface IAuthenticationMethod
Public NotInheritable Class ModuleAuthenticationWithToken
Implements IAuthenticationMethod
継承
ModuleAuthenticationWithToken
実装

コンストラクター

ModuleAuthenticationWithToken(String, String, String)

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

プロパティ

DeviceId

デバイス識別子を取得または設定します。

ModuleId

モジュール識別子を取得または設定します。

Token

デバイスに関連付けられているセキュリティ トークンを取得または設定します。

メソッド

Populate(IotHubConnectionStringBuilder)

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

適用対象