Condividi tramite


ComputerPrincipal.ServicePrincipalNames Proprietà

Definizione

Ottiene un insieme di Nomi principali servizio (SPN, Service Principal Names) per l'account del computer.

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)

Valore della proprietà

Un insieme di SPN che specifica i nomi degli account registrati per questo computer. La sintassi per l'SPN dipende dall'archivio sottostante.

Si applica a