KerberosRequestorSecurityToken.ServicePrincipalName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 領域的完整格式網域名稱。