IdentityReference.Translate(Type) Método

Definição

Converte o nome da conta representado pelo objeto IdentityReference em outro 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

O tipo de destino para a conversão de IdentityReference.

Retornos

A identidade convertida.

Aplica-se a