KerberosRequestorSecurityToken.ServicePrincipalName Property

Definition

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

Property Value

The service principal name for the KerberosRequestorSecurityToken security token.

Remarks

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.

Applies to