0 out of 2 rated this helpful - Rate this topic

NTAccount.Translate Method

Translates the account name represented by the NTAccount object into another IdentityReference-derived type.

Namespace:  System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)
[SecurityPermissionAttribute(SecurityAction.Demand, ControlPrincipal = true)]
public override IdentityReference Translate(
	Type targetType
)

Parameters

targetType
Type: System.Type
The target type for the conversion from NTAccount. The target type must be a type that is considered valid by the IsValidTargetType method.

Return Value

Type: System.Security.Principal.IdentityReference
The converted identity.
Exception Condition
ArgumentNullException

targetType is null.

ArgumentException

targetType is not an IdentityReference type.

IdentityNotMappedException

Some or all identity references could not be translated.

SystemException

The source account name is too long.

-or-

A Win32 error code was returned.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ