ObjectSecurity.GetOwner(Type) 메서드

정의

지정된 기본 그룹과 연결된 소유자를 가져옵니다.

public:
 System::Security::Principal::IdentityReference ^ GetOwner(Type ^ targetType);
public System.Security.Principal.IdentityReference? GetOwner(Type targetType);
public System.Security.Principal.IdentityReference GetOwner(Type targetType);
member this.GetOwner : Type -> System.Security.Principal.IdentityReference
Public Function GetOwner (targetType As Type) As IdentityReference

매개 변수

targetType
Type

소유자를 가져올 기본 그룹입니다.

반품

지정된 그룹과 연결된 소유자입니다.

예외

targetTypenull입니다.

targetType가 형식이 아닌 경우 IdentityReference

일부 또는 모든 ID 참조를 변환할 수 없습니다.

Win32 오류 코드가 반환되었습니다.

적용 대상