共用方式為


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 是裝載目標 Web 服務的電腦名稱,而 domain 則是主機電腦所在 Kerberos 領域的完整格式網域名稱。

適用於