IdentityReference.Translate(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 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 进行的转换的目标类型。
返回
转换后的标识。