ModuleAuthenticationWithRegistrySymmetricKey クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デバイス レジストリ内のモジュールに関連付けられている対称キーを使用する認証方法。
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) |
現在のインスタンスのプロパティに基づいて、指定されたインスタンスを設定します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET