IActiveDirectoryManager.FindNTUser Method

Returns a user principal object that matches the specified identity value.
Function FindNTUser( _ 
ByVal name As String
) As UserPrincipal
This language is not supported or no code example is available.
UserPrincipal FindNTUser( 
string name 
)
This language is not supported or no code example is available.

Parameters

name
string

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

Return Value

UserPrincipal

A user principal object that matches the specified identity value, or null reference (Nothing in Visual Basic) if no matches are found.

Exception type Condition

MultipleMatchesException

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

Version
 
Available since QDV 7.14.499.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition