NTAccount.Translate(Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Traduit le nom du compte représenté par l'objet NTAccount dans un autre type dérivé de IdentityReference.
public:
override System::Security::Principal::IdentityReference ^ Translate(Type ^ targetType);
public override System.Security.Principal.IdentityReference Translate (Type targetType);
override this.Translate : Type -> System.Security.Principal.IdentityReference
Public Overrides Function Translate (targetType As Type) As IdentityReference
Paramètres
- targetType
- Type
Type cible pour la conversion de NTAccount. Le type cible doit être un type considéré valide par la méthode IsValidTargetType(Type).
Retours
Identité convertie.
Exceptions
targetType
a la valeur null
.
targetType
n’est pas un type IdentityReference.
Impossible de traduire certaines ou toutes les références d'identité.
Le nom du compte source est trop long.
- ou -
Un code d’erreur Win32 a été retourné.