DeviceAuthenticationWithRegistrySymmetricKey クラス

定義

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

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

コンストラクター

DeviceAuthenticationWithRegistrySymmetricKey(String, String)

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

プロパティ

DeviceId

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

Key

デバイスに関連付けられているキーを取得または設定します。

KeyAsBase64String

デバイスに関連付けられている Base64 形式のキーを取得または設定します。

メソッド

Populate(IotHubConnectionStringBuilder)

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

適用対象