次の方法で共有


DeviceAuthenticationWithToken クラス

定義

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

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

コンストラクター

DeviceAuthenticationWithToken(String, String)

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

プロパティ

DeviceId

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

Token

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

メソッド

Populate(IotHubConnectionStringBuilder)

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

適用対象