DeviceAuthenticationWithSharedAccessPolicyKey クラス

定義

共有アクセス ポリシー キーを使用する認証方法。

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)

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

適用対象