KerberosRequestorSecurityToken.ServicePrincipalName 속성

정의

보안 토큰의 서비스 주체 이름을 KerberosRequestorSecurityToken 가져옵니다.

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

속성 값

보안 토큰의 KerberosRequestorSecurityToken 서비스 주체 이름입니다.

설명

서비스 주체 이름은 다음 형식 중 하나일 수 있습니다. host/<hostname>@<domain> 또는 <hostname>hostname 대상 웹 서비스를 호스팅하는 컴퓨터의 이름이며 domain 호스트 컴퓨터가 있는 Kerberos 영역의 정규화된 도메인 이름입니다.

적용 대상