ActiveDirectoryService.GetUser Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
GetUser(PrincipalContext, IdentityType, string)
Returns a User from Active Directory.
public static User GetUser(PrincipalContext context, IdentityType identityType, string identityValue)
Parameters
- context
- System.DirectoryServices.AccountManagement.PrincipalContext
- identity
Type - System.DirectoryServices.AccountManagement.IdentityType
A IdentityType enumeration value that specifies the format of the identityValue parameter.
- identity
Value - string
The identity of the user principal.