Share via


IdentityReference.Translate(Type) Método

Definición

Convierte el nombre de cuenta representado por el objeto IdentityReference en otro tipo derivado 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

Parámetros

targetType
Type

Tipo de destino para la conversión desde IdentityReference.

Devoluciones

Identidad convertida.

Se aplica a