ActiveDirectoryRole.GetIdentities Metoda

Definicja

Pobiera ogólną listę kont Windows NT skojarzonych z ActiveDirectoryRole .

public:
 override System::Collections::Generic::IList<System::String ^> ^ GetIdentities();
public override System.Collections.Generic.IList<string> GetIdentities ();
override this.GetIdentities : unit -> System.Collections.Generic.IList<string>
Public Overrides Function GetIdentities () As IList(Of String)

Zwraca

IList<String>

Ogólna lista wartości reprezentujących konta Windows NT skojarzone z ActiveDirectoryRole .

Uwagi

GetIdentities Uzyskuje wszystkie SecurityIdentifier obiekty skojarzone z ActiveDirectoryRole obiektami i konwertuje każdy z nich na wartość ciągu.

Dotyczy