ObjectSecurity.GetGroup(Type) 메서드

정의

지정된 소유자와 관련된 주 그룹을 가져옵니다.

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

매개 변수

targetType
Type

주 그룹을 가져올 소유자입니다.

반환

IdentityReference

지정된 소유자와 관련된 주 그룹입니다.

적용 대상