Leggere in inglese

Condividi tramite


ComputerPrincipal.FindByIdentity Metodo

Definizione

Restituisce un oggetto Principal di computer che corrisponde al valore e al tipo di identità specificati.

Overload

FindByIdentity(PrincipalContext, String)

Restituisce un oggetto Principal di computer che corrisponde al valore e al tipo di identità specificati.

FindByIdentity(PrincipalContext, IdentityType, String)

Restituisce un oggetto Principal di computer che corrisponde al valore e al tipo di identità specificati. Questa versione del metodo FindByIdentity determina il formato del valore di identità.

FindByIdentity(PrincipalContext, String)

Origine:
Computer.cs
Origine:
Computer.cs
Origine:
Computer.cs

Restituisce un oggetto Principal di computer che corrisponde al valore e al tipo di identità specificati.

public static System.DirectoryServices.AccountManagement.ComputerPrincipal FindByIdentity (System.DirectoryServices.AccountManagement.PrincipalContext context, string identityValue);

Parametri

context
PrincipalContext

Oggetto PrincipalContext che specifica il server o il dominio su cui vengono eseguite le operazioni.

identityValue
String

Identità del computer. Questo parametro può avere qualsiasi formato contenuto nell'enumerazione IdentityType.

Restituisce

Oggetto ComputerPrincipal che corrisponde al valore di identità specificato oppure a Null se non viene trovata alcuna corrispondenza.

Eccezioni

Sono stati trovati più oggetti Principal di computer che corrispondono all'oggetto computer corrente.

Si applica a

.NET Framework 4.8.1 e altre versioni
Prodotto Versioni
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

FindByIdentity(PrincipalContext, IdentityType, String)

Origine:
Computer.cs
Origine:
Computer.cs
Origine:
Computer.cs

Restituisce un oggetto Principal di computer che corrisponde al valore e al tipo di identità specificati. Questa versione del metodo FindByIdentity determina il formato del valore di identità.

public static System.DirectoryServices.AccountManagement.ComputerPrincipal FindByIdentity (System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue);

Parametri

context
PrincipalContext

Oggetto PrincipalContext che specifica il server o il dominio su cui vengono eseguite le operazioni.

identityType
IdentityType

Valore di enumerazione IdentityType che specifica il formato del parametro identityValue.

identityValue
String

Identità del computer. Questo parametro può avere qualsiasi formato contenuto nell'enumerazione IdentityType.

Restituisce

Oggetto ComputerPrincipal che corrisponde al valore e al tipo di identità specificati oppure a Null se non viene trovata alcuna corrispondenza.

Eccezioni

Sono stati trovati più oggetti Principal di computer che corrispondono all'oggetto computer corrente.

Il valore di identità non è un valore di enumerazione IdentityType valido.

Si applica a

.NET Framework 4.8.1 e altre versioni
Prodotto Versioni
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1