Sdílet prostřednictvím


SecurityIdentifier.Translate(Type) Metoda

Definice

Přeloží název účtu reprezentovaný objektem na SecurityIdentifier jiný IdentityReferenceodvozený typ.

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

Parametry

targetType
Type

Cílový typ pro převod z SecurityIdentifier. Cílový typ musí být typ, který metoda považuje za platný IsValidTargetType(Type) .

Návraty

Převedená identita

Výjimky

targetType je null.

targetType není IdentityReference typ.

Některé nebo všechny odkazy na identitu není možné přeložit.

Byl vrácen kód chyby Win32.

Platí pro