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

属性值

注解

如果缺少访问令牌和帐户密钥,会话将基于此值获取访问令牌。

适用于