次の方法で共有


ComputerPrincipal.ServicePrincipalNames プロパティ

定義

コンピューター アカウントのサービス プリンシパル名 (SPN) のコレクションを取得します。

public:
 property System::DirectoryServices::AccountManagement::PrincipalValueCollection<System::String ^> ^ ServicePrincipalNames { System::DirectoryServices::AccountManagement::PrincipalValueCollection<System::String ^> ^ get(); };
public System.DirectoryServices.AccountManagement.PrincipalValueCollection<string> ServicePrincipalNames { get; }
member this.ServicePrincipalNames : System.DirectoryServices.AccountManagement.PrincipalValueCollection<string>
Public ReadOnly Property ServicePrincipalNames As PrincipalValueCollection(Of String)

プロパティ値

このコンピューターに登録されているアカウントの名前を示すコレクション。 SPN の構文は、基になるストアによって異なります。

適用対象