KerberosRequestorSecurityToken.ServicePrincipalName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.