Click or drag to resize

UserInfoCreateLocalUser Method

Initializes a new instance of UserInfo using a local UserPrincipal.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static UserInfo CreateLocalUser(
	UserPrincipal user
)

Parameters

user
Type: System.DirectoryServices.AccountManagementUserPrincipal

Return Value

Type: UserInfo
See Also