ModuleAuthenticationWithRegistrySymmetricKey クラス

定義

デバイス レジストリ内のモジュールに関連付けられている対称キーを使用する認証方法。

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

コンストラクター

ModuleAuthenticationWithRegistrySymmetricKey(String, String, String)

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

プロパティ

DeviceId

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

Key

モジュールに関連付けられているキーを取得または設定します。

KeyAsBase64String

モジュールに関連付けられている Base64 形式のキーを取得または設定します。

ModuleId

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

メソッド

Populate(IotHubConnectionStringBuilder)

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

適用対象