DeviceAuthenticationWithSharedAccessPolicyKey クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
共有アクセス ポリシー キーを使用する認証方法。
public sealed class DeviceAuthenticationWithSharedAccessPolicyKey : Microsoft.Azure.Devices.Client.IAuthenticationMethod
type DeviceAuthenticationWithSharedAccessPolicyKey = class
interface IAuthenticationMethod
Public NotInheritable Class DeviceAuthenticationWithSharedAccessPolicyKey
Implements IAuthenticationMethod
- 継承
-
DeviceAuthenticationWithSharedAccessPolicyKey
- 実装
コンストラクター
DeviceAuthenticationWithSharedAccessPolicyKey(String, String, String) |
DeviceAuthenticationWithSharedAccessPolicyKey クラスの新しいインスタンスを初期化します。 |
プロパティ
DeviceId |
デバイス識別子を取得または設定します。 |
Key |
共有ポリシーに関連付けられているキーを取得または設定します。 |
PolicyName |
共有アクセス ポリシーの名前。 |
メソッド
Populate(IotHubConnectionStringBuilder) |
現在のインスタンスのプロパティに基づいて、指定されたインスタンスを設定します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET