Share via


NegotiateAuthentication.TargetName Propriété

Définition

Obtient le nom cible (nom du principal du service) du serveur.

public:
 property System::String ^ TargetName { System::String ^ get(); };
public string? TargetName { get; }
member this.TargetName : string
Public ReadOnly Property TargetName As String

Valeur de propriété

Remarques

Pour le côté serveur de l’authentification, la propriété retourne le nom cible spécifié par le client après l’authentification réussie (voir IsAuthenticated).

Pour le côté client de l’authentification, la propriété retourne le nom cible spécifié dans TargetName.

S’applique à