次の方法で共有


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 レルムの完全修飾ドメイン名です。

適用対象