ClientAuthenticationWithSharedAccessSignature クラス

定義

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

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

コンストラクター

ClientAuthenticationWithSharedAccessSignature(String, String, String)

このクラスのインスタンスを作成します。

プロパティ

DeviceId

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

ModuleId

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

Token

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

メソッド

Populate(IotHubConnectionCredentials)

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

適用対象