KerberosRequestorSecurityToken.ServicePrincipalName Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom du principal de service pour le KerberosRequestorSecurityToken jeton de sécurité.
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 du principal de service pour le KerberosRequestorSecurityToken jeton de sécurité.
Remarques
Le nom du principal de service peut se trouver dans l’un des formats suivants : host/<hostname>@<domain> ou , 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 réside l’ordinateur <hostname>hôte.