NTAccount.Translate Method
.NET Framework 4
Translates the account name represented by the NTAccount object into another IdentityReference-derived type.
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.
| 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. |
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.