SessionConfiguration.AuthenticationToken プロパティ

定義

Azure Active Directory (AAD) の認証トークン。

public:
 property System::String ^ AuthenticationToken { System::String ^ get(); void set(System::String ^ value); };
public string AuthenticationToken { get; set; }
member this.AuthenticationToken : string with get, set
Public Property AuthenticationToken As String

プロパティ値

注釈

アクセス トークンとアカウント キーがない場合、セッションはこの値に基づいてアクセス トークンを取得します。

適用対象