KerberosRequestorSecurityToken.ServicePrincipalName Property
.NET Framework (current version)
Note |
|---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets the service principal name for the KerberosRequestorSecurityToken security token.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Property Value
Type: System.StringThe service principal name for the KerberosRequestorSecurityToken security token.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show:
