Ағылшын тілінде оқу Өзгерту

Бөлісу құралы:


ComputerPrincipal.FindByIdentity Method

Definition

Returns a computer principal object that matches the specified identity value.

Overloads

FindByIdentity(PrincipalContext, String)

Returns a computer principal object that matches the specified identity value.

FindByIdentity(PrincipalContext, IdentityType, String)

Returns a computer principal object that matches the specified identity type and value. This version of the FindByIdentity method determines the format of the identity value.

FindByIdentity(PrincipalContext, String)

Source:
Computer.cs
Source:
Computer.cs
Source:
Computer.cs

Returns a computer principal object that matches the specified identity value.

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

Parameters

context
PrincipalContext

The PrincipalContext that specifies the server or domain against which operations are performed.

identityValue
String

The identity of the computer. This parameter can be any format that is contained in the IdentityType enumeration.

Returns

A ComputerPrincipal object that matches the specified identity value, or null if no matches are found.

Exceptions

Multiple computer principal objects matching the current computer object were found.

Applies to

.NET 9 (package-provided) және басқа нұсқалар
Өнім Нұсқалар
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)

FindByIdentity(PrincipalContext, IdentityType, String)

Source:
Computer.cs
Source:
Computer.cs
Source:
Computer.cs

Returns a computer principal object that matches the specified identity type and value. This version of the FindByIdentity method determines the format of the identity value.

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

Parameters

context
PrincipalContext

The PrincipalContext that specifies the server or domain against which operations are performed.

identityType
IdentityType

A IdentityType enumeration value that specifies the format of the identityValue parameter.

identityValue
String

The identity of the computer. This parameter can be any format that is contained in the IdentityType enumeration.

Returns

A ComputerPrincipal object that matches the specified identity value and type, or null if no matches are found.

Exceptions

Multiple computer principal objects matching the current computer object were found.

The identity value is not a valid IdentityType enumeration value.

Applies to

.NET 9 (package-provided) және басқа нұсқалар
Өнім Нұсқалар
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)