ActiveDirectoryRole.GetSecurityIdentifiers 메서드

정의

현재 SecurityIdentifier에 연결된 ActiveDirectoryRole 개체의 제네릭 목록을 반환합니다.

public:
 System::Collections::Generic::IList<System::Security::Principal::SecurityIdentifier ^> ^ GetSecurityIdentifiers();
public System.Collections.Generic.IList<System.Security.Principal.SecurityIdentifier> GetSecurityIdentifiers ();
member this.GetSecurityIdentifiers : unit -> System.Collections.Generic.IList<System.Security.Principal.SecurityIdentifier>
Public Function GetSecurityIdentifiers () As IList(Of SecurityIdentifier)

반환

IList<SecurityIdentifier>

현재 SecurityIdentifier에 연결된 ActiveDirectoryRole 개체의 제네릭 목록입니다.

설명

GetSecurityIdentifiersDirectoryEntry 메서드에서 반환된 각 GetEntries을 점검하여 항목의 Properties 컬렉션에 보안 식별자가 있는지 확인합니다. DirectoryEntry에 이러한 속성이 있으면 GetSecurityIdentifiers는 반환하는 목록에 SecurityIdentifier를 추가합니다.

적용 대상