KerberosRequestorSecurityToken.ServicePrincipalName Propriété

Définition

Obtient le nom de principal du service pour le jeton de sécurité KerberosRequestorSecurityToken.

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

Valeur de propriété

Nom principal de service pour le jeton de sécurité KerberosRequestorSecurityToken.

Remarques

Le nom de principal du service peut être dans l'un des formats suivants : host/<hostname>@<domain> ou <hostname>, où hostname est le nom de l'ordinateur hébergeant le service Web cible et domain est le nom de domaine complet du domaine Kerberos dans lequel l'ordinateur hôte réside.

S’applique à