Compartir a través de


SessionConfiguration.AuthenticationToken Propiedad

Definición

Token de autenticación para 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

Valor de propiedad

Comentarios

Si falta el token de acceso y la clave de cuenta, la sesión obtendrá un token de acceso basado en este valor.

Se aplica a