IdentityReference.Translate(Type) 메서드

정의

IdentityReference 개체로 표시된 계정 이름을 다른 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

매개 변수

targetType
Type

IdentityReference에서 변환할 대상 형식입니다.

반환

변환된 ID입니다.

적용 대상