KerberosRequestorSecurityToken.ServicePrincipalName Propriedade

Definição

Obtém o nome da entidade de serviço para o token de segurança KerberosRequestorSecurityToken.Gets the service principal name for the KerberosRequestorSecurityToken security token.

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

Valor da propriedade

String

O nome da entidade de serviço para o token de segurança KerberosRequestorSecurityToken.The service principal name for the KerberosRequestorSecurityToken security token.

Comentários

O nome da entidade de serviço pode estar em um dos seguintes formatos: host/<hostname>@<domain> ou <hostname> , onde hostname é o nome do computador que hospeda o serviço Web de destino e domain é o nome de domínio totalmente qualificado do realm do Kerberos no qual o computador host reside.The service principal name may be in one of the following formats: host/<hostname>@<domain> or <hostname>, where hostname is the name of the computer hosting the target Web service and domain is the fully-qualified domain name of the Kerberos realm in which the host computer resides.

Aplica-se a