IdentityReference.Translate(Type) Méthode

Définition

Traduit le nom du compte représenté par l'objet IdentityReference dans un autre type dérivé de IdentityReference.

public:
 abstract System::Security::Principal::IdentityReference ^ Translate(Type ^ targetType);
public abstract System.Security.Principal.IdentityReference Translate (Type targetType);
abstract member Translate : Type -> System.Security.Principal.IdentityReference
Public MustOverride Function Translate (targetType As Type) As IdentityReference

Paramètres

targetType
Type

Type cible pour la conversion de IdentityReference.

Retours

IdentityReference

Identité convertie.

S’applique à