ServiceAuthenticationWithSharedAccessPolicyToken クラス

定義

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

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

コンストラクター

ServiceAuthenticationWithSharedAccessPolicyToken(String, String)

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

プロパティ

PolicyName

ポリシーの名前

Token

SAS トークン

メソッド

Populate(IotHubConnectionStringBuilder)

指定した接続文字列ビルダーをポリシー名とトークンで更新する

適用対象